Skip to content

Instantly share code, notes, and snippets.

@planetsizebrain
planetsizebrain / four-digit-year.ftl
Created April 11, 2017 10:06
Liferay Freemarker datetime format with 4-digit year
<#setting time_zone=timeZone.ID>
<#setting locale=locale.toString()>
<#setting datetime_format="MM/dd/yyyy">
<ul>
<#list entries as entry>
<li><li>${entry.title} - ${entry.modifiedDate?datetime}</li></li>
</#list>
</ul>
// https://github.com/mikedunker/JSMapr
// License: MIT
// Version: 0.0.1
(function () {
var sep = "/";
var mapCommands = [];
var logFunc = null;
function log() {
package org.flywaydb.core;
import com.simba.googlebigquery.jdbc42.DataSource;
import org.flywaydb.core.Flyway;
import java.net.URISyntaxException;
import java.sql.SQLException;
public class BQTest {