Steve Burton
Posts: 0
Joined: Mon Feb 03, 2014 7:07 pm

Date Field to Date String in Label

How do I output a date field value from a column in a collection (2014-03-31 00:00:00.000) to a text label in a dd/mm/yyyy format e.g. 31/03/2014?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Date Field to Date String in Label

Hi Steve,

On Label mapping, add a handler of string with date, and then return a ready string to a Label: prereturn dateValue;/pre
This may be helpful: https://developer.mozilla.org/en-US/d...

Return to “Issues”