Skip to content

Commit

Permalink
[docs] clarify
Browse files Browse the repository at this point in the history
closes #11346
  • Loading branch information
Simn committed Oct 25, 2023
1 parent 27eaca2 commit b6e55bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/Date.hx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ extern class Date {
The first two formats expressed a date in local time. The third is a time
relative to the UTC epoch.
If `s` does not match these formats, the result is unspecified.
**/
static function fromString(s:String):Date;
}

0 comments on commit b6e55bf

Please sign in to comment.