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 b83bbdd commit 923f7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ___
## Custom Expressions cheatsheet
1. Get Today's date

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

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

Expand Down

0 comments on commit 923f7e4

Please sign in to comment.