Hi all,
Instead of current date i need to dispaly (dd/mm/yyyy) format and i am using input calendar .
please find the attached file.
Regards,
Ronan
Use FormatDateTime() Inbuilt in outsytems.
Aslo the Input Widget has Format option
coder kamath wrote:
Hi,
That is date format,which we can see in the browser..not prompt value.
Try this,
FormatDateTime(CurrDate(),"dd-MM-yyyy")
Tamil Mathi P wrote:
Hi Tamil,
Its not working.
Thanks,
Ronan T.
Hi Ronan,
Try like this,
Ronan T wrote:
https://www.outsystems.com/forums/discussion/32892/how-to-format-date-time/
Refer this Post, It will help you :)
Take the variable of data type text to save the date value and set the date format to "%d-%m-%Y" in the input_calendar widget,then it will work.
Koushik