Page 1 of 1

Date selected

PostPosted: 27 Oct 2015 07:40
by ariopax
Hi

I use IWCGJQDatePicker and set Regional to dporFarsiPersian ,Now I want date that user selected in IWCGJQDatePicker,
(like this -1394/08/05) because when i use IWCGJQDatePicker.Date result is in Georgian calendar.



Best Regards.

Re: Date selected

PostPosted: 27 Oct 2015 10:25
by Alexander Bulei
Hi ariopax,

You need convert it by using the available method:

delphi code
uses IWCGJQSlrDateUtils;


delphi code
DateTimeToSlrString(IWCGJQDatePicker1.JQDatePickerOptions.DateFormat, Date)


Best Regards.