Here you can find the source of daysAgo(LocalDate pastDate)
public static int daysAgo(LocalDate pastDate)
//package com.java2s; //License from project: Open Source License import java.time.*; public class Main { public static int daysAgo(LocalDate pastDate) { //TODO help! return 0; }/*from ww w . jav a2 s .co m*/ }