Solved
Forum Discussion
doug_fossler
8 years agoNew Contributor
punchInDate is in “yyyy-MM-dd”
punchInTime is in “HH:mm”
punchIn should be something like “MM/dd/yyyy HH:mm”, or “yyyy-MM-dd HH:mm”, or “MMddyyyyHHmm”, etc.
@doug.fossler
Use this-
$punchInDate.toLocaleDateString(‘{“format”:“yyyy-MM-dd HH:mm”}’
if punchInDate is coming as date field , if it’s coming as String then 1st do Date.parse($punchInDate), then use formater in mapper snap
Related Content
- 6 months ago
- 4 months ago
- 5 months ago
- 2 years ago