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:50 am
datevalue = "mm/dd/yyyy hh:mm:ss"
yearValue = sub(datevalue,7,4)
Posted : February 2, 2015 10:15 am