Basic info
Generally strftime parse format arguments for supported values and replaces them in unified manner. e.g.: you set <p1>%a %b %d</p1> <p2>%T</p2> it will be modified for example to <p1>Tue May 29</p1> <p2>23:17:54</p2> and then displayed as Tue May 29 23:17:54 Edj theming provide style tags so that you can specify for different type of text different style so in Format Settings field you can set strftime tags inside of edj style tags Ex.:
- style tags are p1 and p2
- strftime tags are %a %b %d %T
format string is <p1>%a %b %d</p1> <p2>%T</p2>
TODO
Now format settings are stored in module theme file .edj so that every artist or someone who creates themes could specify in theme file textblock style tags and then strftime tags too i would make theme spec file so everyone who wants to create themes could create them and use with e17-clock-module