Dec 15, 2018 04:46 AM
Hi all, i have a field in which i have “22 july”.
I want to convert it in a date of current year, for example 22/07/2018.
Is possible to do it?
Thank you all
Dec 16, 2018 03:29 PM
You can use DATETIME_PARSE()
:
Dec 16, 2018 03:54 PM
Thank you, i have found by myself