Flex and Flash Developer - Jesse Warden dot Kizz-ohm

A blog on software development, technology, games & movies.

About

This is the blog of Jesse Warden, a Rich Internet Application Architect. He specializes in using Flex and Flash to create Rich Internet Applications.

Archive for the 'Google Docs' Category

How to Show Regular Time in Google Spreadsheets

Tuesday, September 18th, 2007

I cannot read military time. I can read regular time. Google Spreadsheets at the time of this writing only supports formatting for military time. After digging around, I found this formula works:
=TEXT ( theCell, “hh:mm a”)
You can then have the military time column (which will auto-format when you type a time value […]

Read the rest of this entry »