mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
d38c80852d
commit
c73eb12895
@ -258,7 +258,7 @@ The following functions are available in addition to those described in single-f
|
|||||||
|
|
||||||
* ``first_non_empty(value, value, ...)`` -- returns the first value that is not empty. If all values are empty, then the empty value is returned. You can have as many values as you want.
|
* ``first_non_empty(value, value, ...)`` -- returns the first value that is not empty. If all values are empty, then the empty value is returned. You can have as many values as you want.
|
||||||
|
|
||||||
* ``format_date(x, date_format)`` -- format the value, which must be a date
|
* ``format_date(x, format_string)`` -- format the value, which must be a date
|
||||||
field, using the format_string, returning a string. The formatting codes
|
field, using the format_string, returning a string. The formatting codes
|
||||||
are::
|
are::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user