Naval Posted February 5, 2019 Share 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 Link to comment Share on other sites More sharing options...
kjacobson Posted February 5, 2019 Share 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 Link to comment Share on other sites More sharing options...
Naval Posted February 7, 2019 Author Share Posted February 7, 2019 Awesome thank you so much. This works like a treat. Quote Link to comment Share on other sites More sharing options...
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.