add_day
Adds a day to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
add_hour
Adds an hour to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
add_month
Adds a month to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
add_week
Adds a week to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
add_year
Adds a year to a date. The value must be of the form {{Y,M,D},{H,I,S}} .
after
Return the first element after another element in a list. For example:
append
Appends the argument to the value.
as_atom
Convert a value to an Erlang atom.
before
Return the first element before another element in a list. For example:
brlinebreaks
Translate HTML <br/> elements into ASCII newlines ( \n ).
capfirst
Converts the first character of the value to uppercase.
center
Centers the value in a field of a certain width using spaces.
chunk
This filter splits a list in shorter lists. It splits an array in
sub-arrays of at most a given length. This is useful…
date
Formats a date or datetime according to the format specified in the argument.
datediff
Calculate the difference between two dates, returning a single part of
that difference.
default
Provide an alternative value in case a value has a falsy value (0, false , undefined or empty string).
element
Select an element from a tuple or list of tuples.