convert datetime to long or string

Stimulsoft Reports.NET discussion
Post Reply
Vikas
Posts: 20
Joined: Sat Jul 31, 2010 4:12 am
Location: Delhi

convert datetime to long or string

Post by Vikas »

Hi

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

Please suggest me.

Thanks
Vikas
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

convert datetime to long or string

Post by Jan »

Hello,

You can use following expression:

Code: Select all

{date.ToBinary()}
Thank you.
Post Reply