Skip to content

Commit c9439a0

Browse files
committed
Update documentation
Added date standard - - date format standard: W3C - ISO 8601
1 parent 9a2190e commit c9439a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $webinars = GotoWebinar::getAllWebinars();
6363
$webinars = GotoWebinar::getUpcomingWebinars();
6464

6565

66-
// Return list of historical Webinars
66+
// Return list of historical Webinars - date format standard: W3C - ISO 8601
6767
$dateRange = [ 'fromTime' => "2016-01-01T01:00:00Z",
6868
'toTime' => "2016-03-23T20:00:00Z", ];
6969

@@ -74,7 +74,7 @@ $webinars = GotoWebinar::getHistoricalWebinars( $dateRange );
7474
$webinar = GotoWebinar::getWebinar( $webinarKey );
7575

7676

77-
// Create a Webinar
77+
// Create a Webinar - date format standard: W3C - ISO 8601
7878
$webinar = [ 'subject' => 'API Test 2',
7979
'description' => 'This Webinar is created via the API',
8080
'startTime' => "2016-03-23T19:00:00Z",

0 commit comments

Comments
 (0)