ISO 8601: Difference between revisions

From annawiki
No edit summary
No edit summary
Line 5: Line 5:


==HTML==
==HTML==
{| class="wikitable" style="width:10px"
{| class="wikitable" style="width:10px"
! "-"
 
! #8209
! 1
!
! 2
! 3
|-
|-
| 1789-07-14
| 1582-10-15
| 1789‑07‑14
| 1582‑10‑15
| 1789‑07‑14
| 1582‑10‑15
|}
|}
*@1 using - (U+002D hyphen-minus)
*@2 using "&#X;" with X=8209 (U+2011 non-breaking hyphen)
*@3 using the sign itself (U+2011 non-breaking hyphen)

Revision as of 2014-11-14T05:20:20


HTML

1 2 3
1582-10-15 1582‑10‑15 1582‑10‑15
  • @1 using - (U+002D hyphen-minus)
  • @2 using "&#X;" with X=8209 (U+2011 non-breaking hyphen)
  • @3 using the sign itself (U+2011 non-breaking hyphen)