Skip to content

Instantly share code, notes, and snippets.

View kmgilbert100's full-sized avatar

Kevin Gilbert kmgilbert100

  • KGI Corporation
  • Dallas, TX
View GitHub Profile
@robododge
robododge / timefoolery.js
Last active April 21, 2021 15:01
Using spritnf in node.js
var sprintf = require('sprintf-js').sprintf
var list = [ { milliseconds: 1454692200000,
seconds: 1454692200,
human: '2016-02-05 11:10:00 -06:00' },
{ milliseconds: 1454692500000,
seconds: 1454692500,
human: '2016-02-05 11:15:00 -06:00' },
{ milliseconds: 1454692800000,
@spivurno
spivurno / gw-gravity-forms-map-fields-to-field.php
Last active May 22, 2023 17:27
Gravity Wiz // Gravity Forms // Map Submitted Field Values to Another Field
<?php
/**
* Gravity Wiz // Gravity Forms // Map Submitted Field Values to Another Field
*
* Usage
*
* 1 - Enable "Allow field to be populated dynamically" option on field which should be populated.
* 2 - In the "Parameter Name" input, enter the merge tag (or merge tags) of the field whose value whould be populated into this field.
*
* Basic Fields