Reportana - Documentação home page
English
Search...
⌘K
Search...
Navigation
Filters
date
Reportana® Script
Execute JavaScript
API Documentation
Reportana® Script
What is Reportana® Script?
Introduction
How Do Variables Work?
Customer Data
Business Data
Order Data
Tracking Data
Abandoned Cart Data
Operators
In
Is
Math
Logic
Comparisons
Others
Structures
For
If / else
Set
Do
Filters
escape
date
date_modify
default
format_currency
number_format
join
json_encode
length
lower
map
raw
slice
split
title
trim
upper
sort
Functions
find_order_by_number
find_orders_by_email
On this page
Introduction
Example of Use
Output Example of the Code
Filters
date
Introduction
The
date
filter is used to format date and time into a specific format. It allows displaying dates and times in a readable and customized way according to the application’s needs.
Example of Use
Example of how to format the current date in the
day/month/year
format using the
date
filter:
Copy
{{
NOW
|
date
(
'd/m/Y'
) }}
Output Example of the Code
escape
date_modify
Assistant
Responses are generated using AI and may contain mistakes.