(date)
| 151 | }; |
| 152 | //function for get year |
| 153 | export const getYear = (date) => { |
| 154 | const newYear = new Date(date).getFullYear(); |
| 155 | return newYear; |
| 156 | }; |
| 157 | export const years = range(1950, getYear(new Date()) + 16, 1); |
| 158 | export const months = [ |
| 159 | "January", |
no outgoing calls
no test coverage detected