sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

Implement roDateTime object #129

Closed jweeber closed 5 years ago

jweeber commented 5 years ago

The brightscript roDateTime object and the methods associated with it are used often in many codebases, so we should implement it.

https://sdkdocs.roku.com/display/sdkdoc/ifDateTime

sjbarag commented 5 years ago

Thanks for opening this @jweeber !

lvcabral commented 5 years ago

I just finished to implement this one. Working on the unit tests now.

lvcabral commented 5 years ago

This issue can be closed as the PR was already merged.