Skip to content

Is it possible to print month's name instead of number? #127

Answered by Makuna
DanteNahuel asked this question in Q&A
Discussion options

You must be logged in to vote

It is not implemented and left up to the sketch writer.

Storing the strings representing months has two major issues the sketch writer has to be concerned with:

  1. The string names of the months take up code space if implemented with PROGMEM feature. Otherwise depending on compiler they take up valuable RAM.
  2. Exact names to use is sketch dependent; not only full length name like "January" but also abbreviated names like "Jan" and on top of that, localization for nationality/language it is being written for.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DanteNahuel
Comment options

@Makuna
Comment options

@DanteNahuel
Comment options

Answer selected by Makuna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants