Skip to content

Instantly share code, notes, and snippets.

View devinbethel's full-sized avatar
💭
I may be slow to respond.

Devin B. devinbethel

💭
I may be slow to respond.
View GitHub Profile
// A loose, sloppy way to estimate
// dateObject.getEstimatedArrivalDate(integer shippingTransitDays)
/** Devin's JS for Estimating Arrival Times - don't touch! 1/21/21 **/
// Configure Shipping Cutoff Times (in user's local time?)
configShippingCutOffHour = 17;
configTransitDaysFreeShipping = 3;
configTransitDaysFastShipping = 1;