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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -