MCPcopy Create free account
hub / github.com/OpenSignLabs/OpenSign / getMonth

Function getMonth

apps/OpenSign/src/constant/Utils.js:2720–2723  ·  view source on GitHub ↗
(date)

Source from the content-addressed store, hash-verified

2718
2719//function for get month
2720export 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
2725export const handleCopyNextToWidget = (
2726 newId,

Callers 5

DatePickerFunction · 0.90
PlaceholderFunction · 0.90
handleWidgetTypeFunction · 0.90
getWidgetTypeFunction · 0.90
DateWidgetFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected