Top "Datetime-format" questions

datetime-format is a transformation of a timestamp from an industry standard format, such as UTC or ISO, to a format which conforms to the standards of a particular locale or audience

How do I convert datetime to ISO 8601 in PHP

How do I convert my time from 2010-12-30 23:21:46 to ISO 8601 date format? (-_-;)

php datetime date-format datetime-format time-format
How can I create basic timestamps or dates? (Python 3.4)

As a beginner, creating timestamps or formatted dates ended up being a little more of a challenge than I would …

datetime python-3.x datetime-format
DateTime.ToString() format that can be used in a filename or extension?

I want to add a timestamp to filenames as files are created but most of the DateTime methods I've tried …

c# datetime filenames datetime-format
DateTime.Now.ToShortDateString(); replace month and day

I need to change format of this.TextBox3.Text = DateTime.Now.ToShortDateString(); so it returns (for example) 25.02.2012, but I need 02.25.2012 …

.net datetime datetime-format
How to Convert datetime value to yyyymmddhhmmss in SQL server?

How to convert datetime value to yyyymmddhhmmss? for example From 2014-04-17 13:55:12 To 20140417135512

sql-server-2008-r2 datetime-format
convert epoch time to date

I've tried a million different ways of doing this, but with no avail. Any help would be much appreciated. long …

java datetime timezone datetime-format
Laravel $q->where() between dates

I am trying to get my cron to only get Projects that are due to recur/renew in the next 7 …

php mysql laravel eloquent datetime-format
How to get an isoformat datetime string including the default timezone?

I need to produce a time string that matches the iso format yyyy-mm-ddThh:mm:ss.ssssss-ZO:NE. The now() and …

python datetime datetime-format
Convert C# DateTime to Javascript Date

I have a function in Javascript that receives a C# DateTime from MVC. If the date is null it should …

c# javascript datetime-format
What does CCYYMMDD date format mean?

I want to speak to a soap service that has a date parameter which is required to be the CCYYMMDD …

date datetime-format