hello buddy~
i want to edit my kml code to animate pic on google earth hour by
hour~~or minute bu minute?
but i find it on
http://code.google.com/ which there is not "hh"
only or "mm"~
what should i do~~~
“gYear”(“YYYY”)
<TimeStamp>
<when>1997</when>
</TimeStamp>“gYearMonth”(“YYYY-MM”)
<TimeStamp>
<when>1997-07</when>
</TimeStamp> “date”(“YYYY-MM-DD”)
<TimeStamp>
<when>1997-07-16</when>
</TimeStamp> “dateTime”(“YYYY-MM-DD”T“hh:mm:ss”Z)
<TimeStamp>
<when>1997-07-16T07:30:15Z</when>
</TimeStamp>“dateTime”(“YYYY-MM-DD”T“hh:mm:sszzzzzz”)
<TimeStamp>
<when>1997-07-16T10:30:15+03:00</when>
</TimeStamp>