Closed Jirka1111 closed 8 years ago
Is there a simple way how can I check a format of string variable?
Example:
if(stringVariable.format == format("dd/MM/yyyy"){ print("format of stringVariable is the same as date!") }
@Jirka1111 I don't know it. Do you ask about Timepiece or Swift? If you want to know about Swift, I will close this issue.
I am sorry, the question belongs to another library.
Is there a simple way how can I check a format of string variable?
Example:
if(stringVariable.format == format("dd/MM/yyyy"){ print("format of stringVariable is the same as date!") }