Custom date format
I would like to request that the date format be separated from the language setting. All-numerical dates are confusing unless they're in ISO format, which doesn't seem to be an option. Dates like 04-Mar-2014 are much more readable.
-
Plz follow Ranier's instructions as in here: https://help.podio.com/hc/en-us/community/posts/115003342691-Extract-a-date-from-a-textfield-via-calculationfield-regex
-
The above was on extracting the date. If you need to format the date, you can try in the calc field: moment(@Max of TODAY's Date).lang('en').format('DD MMMM, YYYY')
Or some homework right here: https://www.w3schools.com/js/js_date_formats.asp
Please sign in to leave a comment.
Comments
5 comments