Top "Formatdatetime" questions

PHP Zend date format

I want to input a timestamp in below format to the database. yyyy-mm-dd hh:mm:ss How can I get …

php zend-framework date zend-date formatdatetime
Conversion with StrToDateTime and TFormatSettings does not work

This code should work in Delphi XE2, but it gives "not a valid date and time" error in StrtoDateTime conversion: …

delphi delphi-xe2 tdatetime formatdatetime
How format date Carbon:now() in Laravel PHP

I tried update(['access' => Carbon::now()->format('Y/m/d H:i:s')]); it returned Y-m-d H:…

php laravel formatdatetime
VBA Issues converting string to date using format() or CDate()

If this has been asked before, please point me in the right direction. I can't seem to find anything useful …

vba outlook formatdatetime
How to convert MySQL TIMESTAMP to date time in PHP

I have a MySQL DB table with a column named "timestamp", a type of timestamp, and attribute of on update …

php mysql datetime timestamp formatdatetime
CRM 2011: Set datetime field from string with javascript

I'm trying to create a new record where one of the fields is a DataTime field. I always get the "…

javascript datetime dynamics-crm dynamics-crm-2011 formatdatetime
ISO 8601 format date for PostgreSQL

I have string containing an ISO 8601 formatted date-time value (ex: 2013-05-21T15:00:00+0200) and time zone (ex: Europe/Rome). What …

postgresql timezone iso8601 formatdatetime
Convert timestamp to the formatted date time using C++

I can only use C++ standard library (C++14) to convert timestamp to the given format date-time. I new to C++ …

c++ timestamp c++14 chrono formatdatetime
How to change timestamp format on rsyslog

I want to change the default timestamp format on rsyslog. Currently I am running on RHEL7.2. Syslog version 7.4.7. Now the …

datetime timestamp rsyslog formatdatetime
angular 6 owldatetime input format in 24 hours format

I have implemented angular 6 date-time picker (OwlDatetime) by this example: https://stackblitz.com/github/DanielYKPan/owl-examples/tree/date-time-picker?file=src%2…

javascript angular input datetimepicker formatdatetime