Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Get the current date and time in date picker
posted

Hi,

 

How can I get the date and the current time in igDatePicker.

 

Thanks

 

Parents
No Data
Reply
  • 7499
    Suggested Answer
    posted

    Hello Govind,

    You can get the date and time in the igDatePicker using the text option like below

        var text = $("#datePicker").igDatePicker("text");

    Please let me know if you have any questions.

Children