{"id":558,"date":"2024-04-15T08:37:00","date_gmt":"2024-04-14T23:37:00","guid":{"rendered":"http:\/\/inwelly.com\/?p=558"},"modified":"2024-04-23T05:28:33","modified_gmt":"2024-04-22T20:28:33","slug":"php-function-am-pm","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=558","title":{"rendered":"PHP FUNCTION AM. PM"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code> function ampm($time_sec)\n {\n\n  $PM_START   = 12 * 3600 ;\n  $AM_START   = 24 * 3600 ;\n\n  if( $time_sec  &lt;= ( $PM_START - 1 )  )\n  {\n   $str = \"\uc624\uc804\";\n  }\n  else if ( $time_sec >= $PM_START )\n  {\n   if( $time_sec >= $AM_START )\n   {\n   $str = \"\uc624\uc804\";\n   }\n   else\n   {\n   $str = \"\uc624\ud6c4\";\n   }\n  }\n return $str ;\n }\n\n&lt;?=ampm(\ucd08)?>\n\/\/ \uc624\uc804  or \uc624\ud6c4<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1251,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-558","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=558"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/558\/revisions"}],"predecessor-version":[{"id":559,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/558\/revisions\/559"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1251"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=558"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=558"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}