PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...
If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.
"Untitled" by swordz [Plain Text]Actions: |
1 2 3 |
<?php echo $this->Form->create('Day', array('url' => array('controller' => 'loggable', 'action' => 'day'))); ?>
<?php echo $this->Form->input('date', array('type' => 'date', 'maxYear' => date('Y'))); ?>
<?php echo $this->Form->end('Go to Day'); ?>
|