HTML time tag - correct date format -


I want to use the right format and standards to keep time tags in my HTML document.

Is this the right way to do it?

  & lt; Time datetime = "2014-03-26 T12: 48: 42.733Z" & gt; 26/03/2014 & lt; / Time & gt;   

Thanks

format is YYYY-MM - DDThh: mm: ssTZD

Specifying the date or time. Component Interpretation: YYYY - year (as of 2011) MM - month (for example January 01) DD - day of month (like 08) T - a necessary separator if time is also specified HH - Hours (eg 22 AM 10.00 AM) mm - minute (55) SS - Seconds (like 03) TZDD - Time Zone Designer (Zed Zone, also called Greenwich Mean Time)

then yes



Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -