Skip to content

Instantly share code, notes, and snippets.

@ajorpheus
Forked from oscarmorrison/IFTTTDate.md
Created July 20, 2018 13:42
Show Gist options
  • Save ajorpheus/f2c0998c539cd99518f1245285a4f85f to your computer and use it in GitHub Desktop.
Save ajorpheus/f2c0998c539cd99518f1245285a4f85f to your computer and use it in GitHub Desktop.
Make IFTTT Date Format play nice with Google Spreadsheets

##Date and Time

=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Date

=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

##Time

=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))

To Use

Simple just place either or both separated by ||| in the
Formatted Row Input on IFTTT Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment