Top "Date-formatting" questions

Date formatting is the process of displaying, handling or converting a calendar date to a specific format.

Comprehensive list of date format patterns in obj-c for iOS

Is there an actual, comprehensive list of supported date format patterns/tokens? I've been looking at the API docs, and …

objective-c ios ios6 nsdateformatter date-formatting
How do I format a Date in Flash?

I could be overlooking something, but Flash / AS3 seems to be missing basic date formatting functionality. How do I get …

flash actionscript-3 date-formatting
date_format() expects parameter 1 to be DateTime, string given

I'm trying to replace my queries to PDO query and I have problems with date formats. I need to print …

php date datetime date-formatting
Convert datetime.datetime object to days since epoch in Python

I've got a pandas.Series object that might look like this: import pandas as pd myVar = pd.Series(["VLADIVOSTOK 690090", "MAHE", …

python pandas datetime date-formatting epoch
SQL Server Datetime issues. American vs. British?

On my test DB, the dates are displayed in a DD/MM/YYYY format. By displayed I mean when you …

sql-server sql-server-2005 datetime date-formatting
StringFormat on Binding

View: <TextBlock Text="{Binding Date}"/> I want to format the Date to "dd/MM/yyyy", in other words, …

c# xaml uwp string-formatting date-formatting
Format column within dplyr chain

I have this data set: dat <- structure(list(date = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L, 3…

r date-formatting dplyr
How to get full name of month from date in Java 8 while formatting

Using new Java 8 java.time API, I need to convert LocalDate and get full name of month and day. Like …

java localization date-formatting java-time
Order dataframe chronologically based on dates which are formatted %d/%m/%Y

I have some data that has to be formatted as (%d/%m/%Y). The data is out of chronological order …

r date-formatting
Formatting Quarter time in pandas columns

I have a DataFrame with columns in DateTime index, representing quarters such as: 2000-03-31 00:00:00 How can I do to …

python pandas datetime format date-formatting