Date and time formatting rules that specify how strings from user input and data-binding expressions should be parsed as date values.
Parameters
| Parameter | Description |
|---|---|
| yyyy | The four-digit integer year portion of the resulting dtl. |
| yy | The two-digit integer year portion of the resulting dtl. |
| MM | The two-digit integer month portion of the resulting dtl. Zero-padded if the value is below 10. |
| M | The single- (<10) or double-digit (>10) integer month portion of the resulting dtl. |
| dd | The two-digit integer day portion of the resulting dtl. Zero-padded if the value is below 10. |
| d | The single- (<10) or double-digit (>10) integer day portion of the resulting dtl. |
| HH | The two-digit integer hour portion of the resulting dtl. Zero-padded if the value is below 10. |
| H | The single- (<10) or double-digit (>10) integer hour portion of the resulting dtl. |
| mm | The two-digit integer minute portion of the resulting dtl. Zero-padded if value is below 10. |
| m | The single- (<10) or double-digit (>10) integer minute portion of the resulting dtl. |
| ss | The two-digit integer second portion of the resulting dtl. Zero-padded if value is below 10. |
| s | The single- (<10) or double-digit (>10) integer second portion of the resulting dtl. |
| string-literal | The separator string between portions of the format. |
Sample
Figure 301. The same date bound into two datepickers with very different
dtf instructions is displayed as two quite different strings
Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927

