We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative date values are:
$last-{day of the week/month} $next-{day of the week/month} ie: $last-monday, $next-friday, $last-1, $next-15, $last-12/31
$last-monday
$next-friday
$last-1
$next-15
$last-12/31
$minus-{value}{unit} $plus-{value}{unit} ie: $minus-7days, $minus-3hours, $plus-25minutes
$minus-7days
$minus-3hours
$plus-25minutes
$today, $yesterday, $tomorrow
$today
$yesterday
$tomorrow
The SDK needs a method that will calculate these values for the UI
The text was updated successfully, but these errors were encountered:
nova proposta seria algo como um objeto
{ $calculated: { week: -4 } }
ou mais como o luxon:
{ $calculated: { minus: { week: 4 } } }
assim podemos usar o last e next (o luxon tem um suporte limitado a isso, mas possível)
{ $calculated: { last: 'friday' } }
Sorry, something went wrong.
7sete7
No branches or pull requests
Relative date values are:
last or next
$last-{day of the week/month}
$next-{day of the week/month}
ie:
$last-monday
,$next-friday
,$last-1
,$next-15
,$last-12/31
calculated
$minus-{value}{unit}
$plus-{value}{unit}
ie:
$minus-7days
,$minus-3hours
,$plus-25minutes
aliases
$today
,$yesterday
,$tomorrow
The SDK needs a method that will calculate these values for the UI
The text was updated successfully, but these errors were encountered: