Here you can find the source of formatDate(Instant date, Locale locale)
public static String formatDate(Instant date, Locale locale)
//package com.java2s; //License from project: Open Source License import java.time.*; import java.util.Locale; public class Main { public static String formatDate(Instant date, Locale locale) { //TODO help! return null; }/* ww w . jav a2s . c om*/ }