Skip to content

Instantly share code, notes, and snippets.

@jumski
Forked from oscarmorrison/IFTTTDate.md
Created October 4, 2016 16:07
Show Gist options
  • Save jumski/46187da76f6d99288fb88734918f4fc7 to your computer and use it in GitHub Desktop.
Save jumski/46187da76f6d99288fb88734918f4fc7 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