Forum Discussion

arjenbos91's avatar
arjenbos91
Frequent Visitor
3 years ago
Solved

How to escape characters in Date.FromText and Date.ToText?

When using Date.FromText or Date.ToText and putting text values (not to be parsed) it returns an error while recognizing them as time format strings. (From the official docs here)   Example (Power ...
  • arjenbos91's avatar
    arjenbos91
    3 years ago

    Nice creative tricks, those Text.Select with {0..9} and the Splitter By Position.  I'm sticking to my convert-to-uppercase workaround. But your code will probably come in handy doing other text manipulation! Thanks 🙂