Searched defs:format (Results 1 - 2 of 2) sorted by relevance
/yui3/src/datatype/js/ |
H A D | datatype-date-format.js | 23 * @submodule datatype-date-format 165 * @method format 169 * <dt>format {HTML} (Optional)</dt> 172 * Any strftime string is supported, such as "%I:%M:%S %p". strftime has several format specifiers defined by the Open group at 180 * If not specified, it defaults to the ISO 8601 standard date format: %Y-%m-%d. 193 * <dt>%F</dt> <dd>same as %Y-%m-%d (ISO 8601 date format)</dd> 253 format : function (oDate, oConfig) { 257 Y.log("format called without a date", "WARN", "datatype-date"); 261 var format, resources, compatMode, sLocale, LOCALE; variable 264 format [all...] |
/yui3/src/text/js/ |
H A D | text-data-wordbreak.js | 20 format : '[\u00AD\u0600-\u0603\u06DD\u070F\u17B4\u17B5\u200E\u200F\u202A-\u202E\u2060-\u2064\u206A-\u206F\uFEFF\uFFF9-\uFFFB]',
|
Completed in 36 milliseconds