You are given a string
daterepresenting a Gregorian calendar date in theyyyy-mm-ddformat.
datecan be written in its binary representation obtained by converting year, month, and day to their binary representations without any leading zeroes and writing them down inyear-month-dayformat.Return the binary representation of
date.