Recommend this page to a friend! |
All requests | > | I need to pick a date and return it t... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Dan Collins - 7 years ago (2017-05-19)
+1 | I need to pick a date and return it to a form in the MySQL/Oracle format for a DATE field. |
+2 | by Fabio Pintore 130 - 6 years ago (2017-11-06) Comment with this package you can create your field "DBDateXX" in form. A Calendar show you for pick a date (personalize it with your language and format es "dd-mm-yyyy" or "mm/dd/yyyy", etc...), and return a valid data for mysql YYYY-MM-DD |
+1 | by zinsou A.A.E.Moïse 5850 - 7 years ago (2017-07-15) Comment MySql got different type of field for date and time but for date type only you have Year-month-day(0000-00-00).You can try this package and his method format_chosendate('Y-m-d') and more if you want time too. |
0 | by Anthony Amolochitis 445 - 7 years ago (2017-05-19) Comment This will generate your calendar. You will need to format the date on the server side, or alter the format of this calendar. |
Recommend package | |
|