Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Orel committed Nov 30, 2016
1 parent 41ad144 commit ce9dd5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Usage

```php
echo \russ666\widgets\Countdown::widget([
'datetime' => date('Y-m-d H:i:s', time() + 1000),
'datetime' => date('Y-m-d H:i:s O', time() + 1000),
'format' => '%M:%S',
'events' => [
'finish' => 'function(){location.reload()}',
Expand All @@ -28,7 +28,7 @@ Params

datetime
-----------------------
Datetime string to countdown
Datetime string to countdown. Must be added with timezone, to prevent client-server timezone difference issue.

format
-----------------------
Expand Down

0 comments on commit ce9dd5c

Please sign in to comment.