I've been meaning to implement a Data Grid into my website, where users can dynamically add and edit product information. I have tried jeasyui(see links below) however it does not incorporate a date time picker GUI within the field (I need this because some of the fields that the user has to input includes the shipping date and expiry , and manually writing out the date and time could be cumbersome).
http://www.jeasyui.com/tutorial/datagrid/datagrid12_demo.html
http://jeasyui.com/demo/main/index.php
I have used the jeasyui library, and it seems to have worked so far (in terms of the Data Grid), but before I start to write extra code for this, I am looking to get some insight on ways to approach incorporating a Date Time Picker (that checks for date overlaps).
I have tried incorporating jQuery datepicker as a field in the grid, but it was unsuccessful. I am not tied to the jeasyui library, so if you any other libraries you have used that accomplishes this, that would be really helpful.
I currently use PHP for my server side scripting (tied in with a mySQL database) and jQuery for my client side scripting.
Would really appreciate your answers, thanks in advance!
Peter