Hi,
I want to show month and year in Date field. can anyone tell me how to do this ??
I want to show month and year in Date field. can anyone tell me how to do this ??
secondaryCustomDateField = datetime\format(yourOriginalDateField, 'America/New_York', 'MM YYYY')
Comment