Lines Matching full:date
26 * <h2> Date Format C API</h2>
28 * Date Format C API consists of functions that convert dates and
34 * date formatting and parsing actions.
36 * Date Format helps you to format and parse dates for any locale. Your code can
40 * To format a date for the current Locale with default time and date style,
79 * To get specific fields of a date, you can use UFieldPosition to
97 * printf("date format: %s\n", u_austrcpy(buffer, myString));
102 * To format a date for a different Locale, specify it in the call to
117 * You can pass in different options for the arguments for date and time style
137 * <p><strong>Date and Time Patterns:</strong></p>
139 * <p>Date and time formats are specified by <em>date and time pattern</em> strings.
140 * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved
142 * the date and time formatting algorithm and pattern letters defined by
145 …* <a href="https://sites.google.com/site/icuprojectuserguide/formatparse/datetime?pli=1#TOC-Date-F…
149 /** A date formatter.
155 /** The possible date/time format styles
170 /** Bitfield for relative date */
201 * Constant for date skeleton with year.
206 * Constant for date skeleton with quarter.
211 * Constant for date skeleton with abbreviated quarter.
216 * Constant for date skeleton with year and quarter.
221 * Constant for date skeleton with year and abbreviated quarter.
226 * Constant for date skeleton with month.
231 * Constant for date skeleton with abbreviated month.
236 * Constant for date skeleton with numeric month.
241 * Constant for date skeleton with year and month.
246 * Constant for date skeleton with year and abbreviated month.
251 * Constant for date skeleton with year and numeric month.
256 * Constant for date skeleton with day.
261 * Constant for date skeleton with year, month, and day.
262 * Used in combinations date + time, date + time + zone, or time + zone.
267 * Constant for date skeleton with year, abbreviated month, and day.
268 * Used in combinations date + time, date + time + zone, or time + zone.
273 * Constant for date skeleton with year, numeric month, and day.
274 * Used in combinations date + time, date + time + zone, or time + zone.
279 * Constant for date skeleton with weekday.
284 * Constant for date skeleton with abbreviated weekday.
289 * Constant for date skeleton with year, month, weekday, and day.
290 * Used in combinations date + time, date + time + zone, or time + zone.
295 * Constant for date skeleton with year, abbreviated month, weekday, and day.
296 * Used in combinations date + time, date + time + zone, or time + zone.
301 * Constant for date skeleton with year, numeric month, weekday, and day.
302 * Used in combinations date + time, date + time + zone, or time + zone.
307 * Constant for date skeleton with long month and day.
308 * Used in combinations date + time, date + time + zone, or time + zone.
313 * Constant for date skeleton with abbreviated month and day.
314 * Used in combinations date + time, date + time + zone, or time + zone.
319 * Constant for date skeleton with numeric month and day.
320 * Used in combinations date + time, date + time + zone, or time + zone.
325 * Constant for date skeleton with month, weekday, and day.
326 * Used in combinations date + time, date + time + zone, or time + zone.
331 * Constant for date skeleton with abbreviated month, weekday, and day.
332 * Used in combinations date + time, date + time + zone, or time + zone.
337 * Constant for date skeleton with numeric month, weekday, and day.
338 * Used in combinations date + time, date + time + zone, or time + zone.
346 * Constant for date skeleton with hour, with the locale's preferred hour format (12 or 24).
351 * Constant for date skeleton with hour in 24-hour presentation.
356 * Constant for date skeleton with minute.
361 …* Constant for date skeleton with hour and minute, with the locale's preferred hour format (12 or …
362 * Used in combinations date + time, date + time + zone, or time + zone.
367 * Constant for date skeleton with hour and minute in 24-hour presentation.
368 * Used in combinations date + time, date + time + zone, or time + zone.
373 * Constant for date skeleton with second.
378 * Constant for date skeleton with hour, minute, and second,
380 * Used in combinations date + time, date + time + zone, or time + zone.
385 * Constant for date skeleton with hour, minute, and second in
387 * Used in combinations date + time, date + time + zone, or time + zone.
392 * Constant for date skeleton with minute and second.
393 * Used in combinations date + time, date + time + zone, or time + zone.
402 * used in combinations date + time + zone, or time + zone.
403 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
410 * used in combinations date + time + zone, or time + zone.
411 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
418 * used in combinations date + time + zone, or time + zone.
419 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
426 * used in combinations date + time + zone, or time + zone.
427 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
434 * used in combinations date + time + zone, or time + zone.
435 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
442 * used in combinations date + time + zone, or time + zone.
443 …* @see <a href="http://unicode.org/reports/tr35/#Date_Format_Patterns">LDML Date Format Patterns</…
453 * Constant for date skeleton with standalone month.
458 * Constant for date skeleton with standalone abbreviated month.
464 * Constant for date skeleton with hour, minute, and generic timezone.
469 * Constant for date skeleton with hour, minute, and timezone.
474 * Constant for date skeleton with hour and generic timezone.
479 * Constant for date skeleton with hour and timezone.
839 * relative date formatting only affects a limited range of calendar days before or
840 * after the current date, based on the CLDR <field type="day">/<relative> data: For
974 * Format a date using a UDateFormat.
975 * The date will be formatted using the conventions specified in {@link #udat_open }
977 * @param dateToFormat The date to format
1000 * Format a date using an UDateFormat.
1001 * The date will be formatted using the conventions specified in {@link #udat_open }
1005 * the function won't change the logical date and time held
1030 * Format a date using a UDateFormat.
1031 * The date will be formatted using the conventions specified in {@link #udat_open}
1035 * The date to format
1065 * Format a date using a UDateFormat.
1066 * The date will be formatted using the conventions specified in {@link #udat_open }
1072 * date and time held by the instance.
1104 * Parse a string into an date/time using a UDateFormat.
1105 * The date will be parsed using the conventions specified in {@link #udat_open }.
1107 * Note that the normal date formats associated with some calendars - such
1111 * the number of such cycles since the start date of the calendar (in the
1115 * passed in set to the current date, or to a date within the era/cycle that
1124 * @return The value of the parsed date/time
1136 * Parse a string into an date/time using a UDateFormat.
1137 * The date will be parsed using the conventions specified in {@link #udat_open }.
1139 * @param calendar A calendar set on input to the date and time to be used for
1140 * missing values in the date/time string being parsed, and set
1141 * on output to the parsed date/time. When the calendar type is
1216 * A UDateFormat uses a UNumberFormat to format numbers within a date,
1260 * A UDateFormat uses a UNumberFormat to format numbers within a date,
1275 * A UDateFormat uses a UNumberFormat to format numbers within a date,
1286 * Get a locale for which date/time formatting patterns are available.
1290 * @return A locale for which date/time formatting patterns are available, or 0 if none.
1298 * Determine how many locales have date/time formatting patterns available.
1301 * @return The number of locales for which date/time formatting patterns are available.
1373 * The possible types of date format symbols
1470 /** Date format symbols.
1540 * Get the locale for this date format object.
1578 * Extract the date pattern from a UDateFormat set for relative date formatting.
1595 * Extract the time pattern from a UDateFormat set for relative date formatting.
1612 * Set the date & time patterns used by a UDateFormat set for relative date formatting.
1615 * @param datePattern The new date pattern