jQWidgets Forums
Forum Replies Created
-
Author
-
February 24, 2014 at 6:43 am in reply to: How to stop year navigation How to stop year navigation #49961
Hi,
One more thing that this is the calendar in jqxDateTimeInput.
Regards,
Mukund TiwariFebruary 20, 2014 at 6:13 am in reply to: Extra zero getting displayed Extra zero getting displayed #49794Hi Peter,
User cannot change value from keyboard, i made that disabled and user can only select date from calendar. So there is no need for extra zero.
Regards,
Mukund TiwariJanuary 31, 2014 at 8:41 am in reply to: Year more than 2100 not supported Year more than 2100 not supported #48725Thanks.
Regards,
Mukund TiwariJanuary 30, 2014 at 5:52 am in reply to: Year more than 2100 not supported Year more than 2100 not supported #48647Hi,
One more thing, how to set it for infinite year. And how to set it when using datetime editor in grid.Regards,
Mukund TiwariJanuary 21, 2014 at 8:50 am in reply to: cellsformat not working for milliseconds cellsformat not working for milliseconds #48147Hi Peter,
Thanks for this working example. But here is my problem if i change this line { name: ‘date’, type: ‘date’, format: ‘yyyy-MM-dd HH:mm:ss.fff’ } to { name: ‘date’, type: ‘date’, format: ‘yyyy/MM/dd HH:mm:ss.fff’ } then cellsformat does not work in Firefox (works fine in Chrome). And if i remove millisecond from the value From -> [{date: ‘2011-06-21 22:19:23.001’}] To-> [{date: ‘2011-06-21 22:19:23’}] it works on firefox too.
Regards,
Mukund TiwariJanuary 20, 2014 at 1:04 pm in reply to: cellsformat not working for milliseconds cellsformat not working for milliseconds #48101HI Peter,
I have also used hh:mm:ss.fff but it is still not getting formatted in firefox.
Regards,
Mukund TiwariThanks for your reply!
December 20, 2013 at 9:57 am in reply to: Time is not getting sort properly Time is not getting sort properly #46809Thanks for your reply. I have another query, I am getting dateTime value from java side as yyyy-mm-dd HH:mm:ss.fff, I want to localize this and display in a grid cell of type date. But for that first i have to use $.jqx.dataFormat.parsedate(dateObject, yyyy-MM-dd HH:mm:ss.fff) and then $.jqx.dataFormat.formatdate(dateTimeObject, “yyyy-MM-dd HH:mm:ss”) and after using formatdate i pass the value to cell. I am also using localizationobj.patterns = patterns (where patterns may be ‘D’ or ‘d’ etc.) to localize values. I want to know if i can localize my dates without altering data (through parse and format) which i am getting from java side.
-
AuthorPosts