I hereby claim:
- I am pusle on github.
- I am tommyeliassen (https://keybase.io/tommyeliassen) on keybase.
- I have a public key ASAjPr1sIUUBxkmi49pGZOl2AwbFjbfMz1z0jsW2B4joxQo
To claim this, I am signing this object:
| <?php | |
| /** | |
| * Class PersonalNumber | |
| * | |
| * @TODO calculate age? | |
| */ | |
| class PersonalNumber | |
| { |
I hereby claim:
To claim this, I am signing this object:
| {# | |
| time can be any string acceptable by http://www.php.net/strtotime, the | |
| template will output that time's month. | |
| If you don't want to pass in a date you can set time like this: | |
| {% set time = "now"|date("U") %} | |
| {% set time = "December 2012"|date("U") %} | |
| How ever you want to output items onto the calendar is a different issue, | |
| but I'd assume pushing everything into an array numerically indexed by that day: |