Naval Posted February 5, 2019 Posted February 5, 2019 Hi there, I am doing a template and require date field to auto populate in the following format "23 January 2019" Can someone please help me with a JS rule for this please. Thanks in Advance Naval Quote
kjacobson Posted February 5, 2019 Posted February 5, 2019 If you need today's date use: return FormatDate(new Date(), "d lm yyyy");If you are using a date from a field use: return FormatDate(Field("Date"), "d lm yyyy"); Quote
Naval Posted February 7, 2019 Author Posted February 7, 2019 Awesome thank you so much. This works like a treat. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.