Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I need to show the last reload time as '01-Jan-2015 rather than 01-01-2015
Kindly advise.
Regards,
Mahamed
May be this:
=Date(ReloadTime(), 'DD-MMM-YYYY')
Hi Sunny,
No. It is giving me 29-3-2016.
by changing TimestampFormat u maybe get solution.
SET TimestampFormat='DD.MMM.YYYY';
=date(Date#(relaodtime(),'DD-MMM-YYYY'),'DD-MM-YYYY')
Do you have this environmental variable when you reload your application?
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';