Page 1 of 1

convert datetime to long or string

Posted: Fri Aug 20, 2010 7:39 am
by Vikas
Hi

I need to convert datetime field to long or string to compare.

Please suggest me.

Thanks
Vikas

convert datetime to long or string

Posted: Sun Aug 22, 2010 2:43 am
by Jan
Hello,

You can use following expression:

Code: Select all

{date.ToBinary()}
Thank you.