Skip to content

Commit

Permalink
Update 01. Custom Expression.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitsharma-22 authored Aug 24, 2023
1 parent b8abeaf commit b83bbdd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ The syntax will be like `<%= if (Variable name = 'String' / number ), do: 1, el
___

## Custom Expressions cheatsheet
1. Get Today's date
1. Get Today's date

_**Timex.today("Asia/Kolkata") |> Date.to_string()**_

**<%= DateTime.now!("Asia/Kolkata") |> DateTime.to_date() |> Date.to_string() %>**__


Expand Down

0 comments on commit b83bbdd

Please sign in to comment.