early morning // Example 2 // - - - - - - - - - - - - - - - - - // set post_hour $post_hour = 21; // set human-friendly post time $post_tod = time_of_day($post_hour); // debug print $post_tod; // > evening time // Example 3 // - - - - - - - - - - - - - - - - - // set post_hour $post_hour = 05; // set human-friendly post time $post_tod = time_of_day($post_hour); // debug print $post_tod; // > terribly early in the morning ?>