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 to get a Long Date format from DateTime without a weekday

I'm looking for a locale-aware way of acquiring a long date time without the weekday. Just such a beast exist? …

.net datetime internationalization datetime-format
how do I parse an iso 8601 date (with optional milliseconds) to a struct tm in C++?

I have a string which should specify a date and time in ISO 8601 format, which may or may not have …

c++ parsing posix datetime-format
How to check if string matches date pattern using time API?

My program is parsing an input string to a LocalDate object. For most of the time the string looks like 30.03.2014, …

java java-8 datetime-format datetime-parsing java-time
Formatting a DateTime to a shorthand month in English

I have a bit of code that's formatting the shorthand month name, see below, but I need the value to …

c# asp.net-mvc datetime-format
DateTime.Parse throwing format exception

I retrieve date and time strings from xml by parsing XElement. The date and time values are retrieved by file.…

c# datetime-format formatexception
How to convert datetime in persian in sql server

I want to convert my datetime into persian datetime in sql server. My datetime is in MM/DD/YYYY format. …

sql-server-2008 datetime-format
Google calendar API time format

I was playing with Google calendar's API explorer and managed to get the events list from my calendar. And i …

google-api google-calendar-api datetime-format
sqlite throwing a "String not recognized as a valid datetime"

I am playing around with Sqlite and keep getting an error when trying to read back some test data. For …

c# .net database sqlite datetime-format
Get current time including seconds from Sys.Date() in R

I am sure this is pretty basic, but I am not able to extract various peices of time from the …

r datetime-format
Parsing a date using DateTimeFormatter ofPattern

I'm trying to parse a string containing a date and time using the java.time.format.DateTimeFormatter (my ultimate goal …

java parsing datetime-format date-parsing datetimeformatter