I created a new DataType for Media with a new DateTime field type.
After saving this field I searched it through the examine index and got this value: "637086477760200000".
What is the value type? I need to convert it to the classic DateTime format (dd.MM.yyy).
DataType - DateTime format
Hi,
I created a new DataType for Media with a new DateTime field type. After saving this field I searched it through the examine index and got this value: "637086477760200000".
What is the value type? I need to convert it to the classic DateTime format (dd.MM.yyy).
Thanks.
HI
They are .NET DateTime Ticks
https://www.venea.net/web/netticksdatetimeconverter#nettickstodatetimeandunixtimestamp_conversion
Nice thanks.
is working on a reply...