This page was design to test the use of the HTML5 time element for microformat datetime structures such as birthdays
From: hCard test suite 1.0
Tests:
Test | Result | Comment |
---|---|---|
vcard[0].bday | IsEqualToISODate("1992-05-14") | The bday or birthday from a HTML5 time element |
vcard[1].bday | IsEqualToISODate("1992-05-14") | The bday or birthday from a HTML5 time element |
vcard[2].bday | IsEqualToISODate("2007-05-01T21:30") | The bday or birthday from a HTML5 time element |
vcard[3].bday | IsEqualToISODate("2007-05-01T21:30Z") | The bday or birthday from a HTML5 time element |
vcard[4].bday | IsEqualToISODate("2007-05-01T21:30:00Z") | The bday or birthday from a HTML5 time element |
vcard[5].bday | IsEqualToISODate("2007-05-01T21:30+08:00") | The bday or birthday from a HTML5 time element |
vcard[6].bday | IsEqualToISODate("2007-05-01T21:30:00+08:00") | The bday or birthday from a HTML5 time element |
vcard[7].bday | IsEqualToISODate("2007-05-01T21:30:00.0150") | The bday or birthday from a HTML5 time element |
vcard[8].bday | IsEqualToISODate("2007-05-01T21:30:00.0150+08:00") | The bday or birthday from a HTML5 time element |
vcard[9].bday | IsEqualTo("08:00") | The dtstart from a HTML5 time element |
History: