Get store code value from current store programmatically in Magento 2.

You can get the current store’s, store code value in Magento 2.

You need to use Magento\Store\Model\StoreManagerInterface interface for fetching current store locale.

I have given a demo using Block Class, Continue reading “Get store code value from current store programmatically in Magento 2.”

Magento 2 Display Date Range field in Custom form.

You can add custom Date range field in your form using mage/calender widget of Magento.

DateRange field used for control two date range for a specific time.
DateRange widget used for Booking Return AirTicket, Train Ticket.

You can check for  Add Datepicker in custom form

Its also used for a show a Report for a specific time period. Continue reading “Magento 2 Display Date Range field in Custom form.”

Magento 2 Add DatePicker-Calender input field in custom form.

Magento 2, You can add Datepicker or calendar in any custom form text field using simple coding. “mage/calendar” widget used for Date picker and DateTime picker in an input field.

Check for Date Range field in Magento 2.

Magento uses calendar.js for add date picker field in the custom form.
You can show the js file at the root of Magento instance /lib/web/mage/calendar.js Continue reading “Magento 2 Add DatePicker-Calender input field in custom form.”