Notifications
Clear all
Topic starter
Hi there,
Would you please let me know if there is a way to show a date (MM/DD/YYYY) in year (YYYY) only?
I am coming from VB background and I usually use Format(Date(), "YYYY") to do that. I can't find a way to do the same thing in MEL. Thanks for any input!
Simon
Posted : February 2, 2015 5:28 am
Use sub(string,start[,length]) function, i.e. sub(strDate,7,4).
Posted : February 2, 2015 6:30 am
Topic starter
It works!
Thanks a lot,
Simon
Posted : February 2, 2015 7:16 am