Neha Kadam

Results 58 comments of Neha Kadam

Hello, thanks for reporting issue. This was an issue caused by implementation code written to display DateTimePicker as a popup based on Screen Width. There is no issue in the...

We have not thought about it, will try to understand difference and complexity and get back to you.

A valid `dateTimeFormat` can either be `yyyy-MM-dd hh:mm:ss AA` or `yyyy-MM-dd HH:mm:ss`, the values set in the input boxes will be "2016-04-22 03:15:15 PM" or "2016-04-22 15:15:15".

Thank you for suggestion. We had not given this option because it will be difficult for users to differentiate between Date and Month components, in case of of formats like...

Sorry for late reply. Can you provide a code, so that I can understand your issue. The code should include both input boxes and element on which you have initialized...

@lalitha123 Please check latest version of DateTimePicker.

You can use beforeShow callback function with oInputElement as an argument and get id with $(oInputElement).attr("id"). Refer demo/Callback-beforeShow.htm

Hi, Now you will be able get "id" of the element. ``` formatDateTimeString: function(oDate, sMode, oElem) { console.log($(oElem)attr("id")); } ```

You can set `minDateTime` to achieve that. Go through [Example](https://github.com/CuriousSolutions/DateTimePicker/blob/master/demo/PeriodRange-MinToday.htm).

There is a russian language file in i18n folder.