Skip to content

Instantly share code, notes, and snippets.

@Crocoblock
Crocoblock / format-date-string-macro.php
Last active October 13, 2023 01:09
JetEngine Format date string macro
<?php
add_action( 'jet-engine/register-macros', function() {
/**
* Format date string.
*/
class Format_Date_String extends \Jet_Engine_Base_Macros {
public function macros_tag() {
@incredimike
incredimike / variousCountryListFormats.js
Last active March 1, 2025 16:28
List of Countries in various Javascript data structures: Alphabetical country lists & Country data objects.
// Lists of countries with ISO 3166 codes, presented in various formats.
// Last Updated: July 30, 2020
// If you're using PHP, I suggest checking out:
// https://github.com/thephpleague/iso3166
// or Laravel: https://github.com/squirephp/squire
//
// JS developers can check out:
// https://www.npmjs.com/package/iso3166-2-db
//