I need to pick a date and return it to a form #date picker
Edit
by Dan Collins - 7 years ago (2017-05-19)
I require the date to return in MySQL/Oracle format
| I need to pick a date and return it to a form in the MySQL/Oracle format for a DATE field. |
Ask clarification
3 Recommendations
FormE: Build form and manage MySQL table records with XML
This package can build form and manage MySQL table records with XML.
It takes a definition of a form layout and field types in a XML format and generates HTML for a form presented with Bootstrap with support for many types of inputs besides those supported by HTML.
The generated forms can be used to manipulate table records stored in a MySQL database.
| by Fabio Pintore package author 150 - 7 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
|
This class can compute dates and times of recurring events.
It can take a given date and calculates the time that passed since that date in a configurable format.
The class can also get the next dates after now with a given interval period.
| by zinsou A.A.E.Moïse package author 6835 - 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. |
Jquery Calendar Render: Render a date picker using jQuery calendar plugin
This is a simple class that can render a date picker using jQuery calendar plugin.
It outputs HTML and JavaScript code to display a form text input that will take a calendar date picked by the user using the jQuery Calendar plugin.
The name of the text form input and other properties are configurable.
| by Anthony Amolochitis package author 505 - 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. |