I've read a few threads on date time formatting but am wondering if there is a link I can read on the different types of format?
Most of the thread are just direct answers. I would like to know how to fish rather than given a fish
I've read a few threads on date time formatting but am wondering if there is a link I can read on the different types of format?
Most of the thread are just direct answers. I would like to know how to fish rather than given a fish
Hello Sirn,
These documents should be useful for you:
https://devcenter.appery.io/documenta...
https://devcenter.appery.io/documenta...
https://devcenter.appery.io/documenta...
hmmm I went through them, but none of it gave any guidelines on how to format dates into specific formats
Hi -
Date and time formats can be modified/converted to the needed string by using Date() object: https://developer.mozilla.org/en/docs...
Also you can check our recent blog post that shows how to work with date format modifications using JavaScript -- https://blog.appery.io/2015/06/how-to...