Format date into other format?
-
How can i format rtc.now into a format of yyMMddTHHmmss?
-
@misterlisty Have a look at the Python methods for string formatting, either the % operator for strings or str.format().