Jquery plugins in dist folder
This commit is contained in:
9
mondumas/static/dist/fullcalendar-3.9.0/demos/php/get-timezones.php
vendored
Normal file
9
mondumas/static/dist/fullcalendar-3.9.0/demos/php/get-timezones.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
// This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports.
|
||||
//
|
||||
// Requires PHP 5.2.0 or higher.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
echo json_encode(DateTimeZone::listIdentifiers());
|
||||
Reference in New Issue
Block a user