Skip to content

Instantly share code, notes, and snippets.

@7kaji
Created December 3, 2014 13:37
Show Gist options
  • Save 7kaji/6802fb432e8694e38dd2 to your computer and use it in GitHub Desktop.
Save 7kaji/6802fb432e8694e38dd2 to your computer and use it in GitHub Desktop.
<?php
define('base_url', 'http://bijint.com/iwate/tokei_images/');
date_default_timezone_set('Asia/Tokyo');
function get_iwate_tokei_image_url() {
$image_url = base_url . date('Hi') . ".jpg";
return $image_url . "\n" . "![iwate_bijintokei]($image_url)";
}
echo get_iwate_tokei_image_url();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment