1
I am making report in which I need to always get the date of customer registration in a previous month.
Example: I am in the month of December 2017, I want to pick up customers who were registered from November 1 to the last day of November;
And when I have in January 2018, I want to pick up customers who have been registered from December 1st until the last day.
What is the structure of your table?
– Jean Gustavo Prates
Tables are made by the Entity Framework
– Leonardo Palmieri
Post what you already have of code, html, css, js etc. this helps you answer correctly.
– hugocsl