For example, I have a string "01-10-2019", how will I make this into a date format using Gloop
L
Leonard Anagao
said
over 1 year ago
Mapping the string into a Gloop Date should automatically parse the string into a date object, if the string is in a valid date format. You can look at our documentation about date formats or date converters to learn more about it.
Formatting date string to date format in Gloop
Formatting date string to date format in Gloop
For example, I have a string "01-10-2019", how will I make this into a date format using Gloop