1

Does Boo support DateTime literals? Something like this:

myDate = #2011/1/1#

There is no mention about it on the Boo wiki: http://docs.codehaus.org/display/BOO/Builtin+Literals. Thanks.

Jason Pyeron
  • 2,388
  • 1
  • 22
  • 31
Igor Pashchuk
  • 2,455
  • 2
  • 22
  • 29

1 Answers1

1

Per documentation, it appears that it doesn't.

Igor Pashchuk
  • 2,455
  • 2
  • 22
  • 29