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

Converting Double to DateTime?

I have a .CSV file which I am reading into a C# program. In one of the columns, there is …

c# excel datetime datetime-format
Convert a string with 'YYYYMMDDHHMMSS' format to datetime

I recognize there has been many questions posted about converting strings to datetime already but I haven't found anything for …

sql-server datetime sql-server-2008-r2 datetime-format
How to check if string is a valid DateTime Format string in Delphi

I want user to be able to manually enter format of the datetime fields in the program. I have Tedit …

delphi string datetime datetime-format
How to convert datetime object to milliseconds

I am parsing datetime values as follows: df['actualDateTime'] = pd.to_datetime(df['actualDateTime']) How can I convert this datetime …

python pandas datetime datetime-format milliseconds
DateTime formats used in InvariantCulture

I have to pre-validate in Javascript a string that will be a DateTime in c#. The DateTime parse uses InvariantCulture. …

c# datetime-format invariantculture
Get the last day of the current year as date

How can I get the last day (Dec 31) of the current year as a date using PHP? I tried the …

php datetime datetime-format date-arithmetic
ISO 8601 date-time format combining 'Z' and offset of '+0000'

I'm playing with date-time format from ISO 8601. I have this pattern: "yyyy-MM-dd'T'HH:mm:ssZZ'Z'" and the output is: "2015-11-17…

time datetime-format iso8601 timezone-offset
How to remove milliseconds from LocalTime in java 8

Using the java.time framework, I want to print time in format hh:mm:ss, but LocalTime.now() gives the …

java rounding datetime-format java-time localtime
Convert Epoch time to date and Date to Epoch time in Android

StrDate = "2011-07-19T18:23:20+0000"; How can I get an epoch time for the above date format in android also I …

java android datetime datetime-format epoch