Date format in edge #3480
-
Is there a simple way to format a date in edge? I was hoping would be all I'd need but I cant find anything related to that? If I have to I'll do database.rawQuery('select DATE_FORMAT(t.target_date,.......) as t_date') |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
If you are using a Luxon DateTime you could do like that :
More information on Luxon DateTime.toFormat : https://moment.github.io/luxon/api-docs/index.html#datetimetoformat |
Beta Was this translation helpful? Give feedback.
If you are using a Luxon DateTime you could do like that :
More information on Luxon DateTime.toFormat : https://moment.github.io/luxon/api-docs/index.html#datetimetoformat