Most voted "datetime-local" questions
datetime-local is a type of HTML input to represent a date and time, which replaces the datetime type, now considered obsolete.
Learn more…5 questions
Sort by count of
-
3
votes3
answers379
viewsHow to convert database timestamp to fill a datetime-local field?
I need to fill in a field: <input id="date" type="datetime-local" class="form-control" value="{{$task->date}}" name="date"> The return comes in format timestamp ("2016-09-20 10:00:00"), is…
-
2
votes1
answer403
viewsHow to check dates in input datetime?
I have an HTML page with an input date/time and date/time out form (input datetime-local). I need to check on the same page if the fields were filled only with different dates at the time the user…
-
1
votes1
answer1361
viewsRemove input field options of type datetime-local
I have an input field type datetime-local and I need it to be as clean as possible, without cleaning buttons or step and just displaying the date and time in this format: '12/12/2016 12:01', I would…
-
0
votes0
answers143
viewsHow can I write a Datetime-Local HTML input to the database with the Datetime type Field?
In the project I am developing in PHP I need one in a registration form. I wanted to know how I can save this data in the database, I tried to use the type Datetime in MYSQL, but this type has the…
-
-1
votes1
answer99
viewsPandas convert epoch str to datetime
Good afternoon, everyone. I need help converting types in pandas. Follow the information: I have CSV containing the Intel, a Bulletin field, ctime, mtime and the name of the files respectively,…