How do I make a date to turn in string?
How do I do to transform string an integer value in?
How do I do to remove a certain character of a string?
Not consigui do and I have doubts and am new to Servoy
Please help me !!!
How do I make a date to turn in string?
How do I do to transform string an integer value in?
How do I do to remove a certain character of a string?
Not consigui do and I have doubts and am new to Servoy
Please help me !!!
Hi Felipe,
felipebortoli017:
How do I make a date to turn in string?
Check out utils.dateFormat()
felipebortoli017:
How do I do to transform string an integer value in?
Check out utils.stringToNumber()
felipebortoli017:
How do I do to remove a certain character of a string?
Again utils.* is your friend. Check out utils.stringReplace().
Hope this helps.