Snippet for water delivery order

Hey everyone,

Just wanted to share a snippet that you might find useful.

I use this to order refills for my water dispenser at home. Deliveries in my locality are made on Wednesdays and Fridays. This snippet calculates the closest upcoming delivery date based on the current day. It also adds "(tomorrow)" if the next delivery happens to be tomorrow.

Hope you find it useful.

Hi,

I need {formtext: cols=5} bottles delivered this {if: {time: d} >= 3 AND {time: d} < 5}{time: dddd, MMMM Do; shift=>FRI}{if: {time: d} = 4} (tomorrow){endif}{else}{time: dddd, MMMM Do; shift=>WED}{if: {time: d} = 2} (tomorrow){endif}{endif} please.

Account number: {formtext}.

Kindly confirm.

P.S. Remember, you can copy this snippet by clicking on the button Copy to Text Blaze button in the top right of the snippet window.

3 Likes