(date)
| 2718 | |
| 2719 | //function for get month |
| 2720 | export const getMonth = (date) => { |
| 2721 | const newMonth = new Date(date).getMonth(); |
| 2722 | return newMonth; |
| 2723 | }; |
| 2724 | //function to create/copy widget next to already dropped widget |
| 2725 | export const handleCopyNextToWidget = ( |
| 2726 | newId, |
no outgoing calls
no test coverage detected