package com.cool.week414; /** * Created with IntelliJ IDEA. * * @Author: Cool * @Date: 2024/09/08/11:28 * ProblemNumber */ public class Problem1 { public String convertDateToBinary(String date) { String[] dates=date.split("-"); String res=""; for(int i=0;i