Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Blue
Created By: Shannon Scoffield
Created Date/Time: 8/13/2013 7:03 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
 
Time Id: 1247
Template/Type: Daily Ideas
Title/Caption: Daily Ideas
Start Date: 6/1/2013
Main Status: Active

click to enlarge - photo by: Shannon Scoffield -
click to enlarge - photo by: Shannon Scoffield -
 


Notes:
-“Empower the people!”
-We may end up storing dates and times as integers using a modified format for both dates and times.
- Modified dates could be stored yyyymmdd as numbers
- Modified times could be stored hhmmss as numbers.
-Dates and times already, convert to numeric values, however, they are not very human readable. If we modified and forced the numeric format, it would make the data easier to read and to search.
-It may be as easy as a date/time mask and just remove the slashes and dashes. For example: 6/3/13 could be stored as 20130603 which is modified format of 2013/06/03 (yyyymmdd). Time could be the same thing. Just use military time. For example 1:30 pm could be stored as 133000 (hhmmss) which would be 13:30:00. Anyway, just some ideas.
-If we do this, we will index the dates and then use them to search by.