0

This code snippet works on Rebol:

to-date "2017.08.29"

but it doesn't work on Red

Looking at the source seems the same. So why it doesn't behave the same way ? What to do ?

user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

1
>> load replace/all "2017.08.29" "." "-"
== 29-Aug-2017
sqlab
  • 6,412
  • 1
  • 14
  • 29