To get last month from user selected date

David Jaw Hpan

I want to select last month from user. But it shows only data empty set. Doesn't return any data. What is wrong with the below code?

{$select->where("DATE_FORMAT(DATE(receive_dt),'%Y-%m') = DATE_SUB(DATE('".$v."'),INTERVAL -1 MONTH)");}
David Jaw Hpan

This is ok for about question want.so i updated it like this....

$select->where("DATE_FORMAT(DATE(receive_dt),'%Y-%m') = DATE_FORMAT(DATE(DATE_SUB(DATE('" . $v . "-1'),INTERVAL 1 MONTH)),'%Y-%m')");

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to get selected month last date last timestamp in java?

From Dev

How to get last month previous date from current date in java

From Dev

MomentJS - How to get last day of previous month from date?

From Dev

How to get last Day of the Month from a date string in C#?

From Dev

Pandas - From list of dates, get the last date in each month

From Dev

get last month first date and last date in batch file

From Dev

Get the first and last date of the previous month in JQuery

From Dev

Get last date of month in SQL Server

From Dev

How to get last date for each month

From Dev

Get data between current date to last month date from SQLite database

From Dev

Get data between current date to last month date from SQLite database

From Dev

Calculate last date of the month from a period

From Java

Get the Month from a date string

From Java

Get month name from Date

From Dev

Get month from date string?

From Dev

Get last month and current month record of user in codeigniter active record

From Dev

How to get day of week name from selected date month and year in Android?

From Dev

How can I get the last day of the previous month from a date entered?

From Dev

Ui datepicker from date and to date should be selected in the same month

From Dev

How to get Start Date and End Date in Last month using Javascripts?

From Dev

Get data from last month in SQL Server

From Dev

How can I get the last 12 months from the current date PLUS extra days till 1st of the last month retrieved

From Dev

Get selected user from lookup

From Dev

Get First & Last Day of Month from Year & Month variables

From Dev

get last day of the month from year month in python

From Java

Get first and last date of current month with JavaScript or jQuery

From Dev

Get the first and last working day date of some month in MySQL

From Dev

How to get last date of month SQL Server 2008

From Dev

Get the last date of each month in a list of dates in Python

Related Related

  1. 1

    How to get selected month last date last timestamp in java?

  2. 2

    How to get last month previous date from current date in java

  3. 3

    MomentJS - How to get last day of previous month from date?

  4. 4

    How to get last Day of the Month from a date string in C#?

  5. 5

    Pandas - From list of dates, get the last date in each month

  6. 6

    get last month first date and last date in batch file

  7. 7

    Get the first and last date of the previous month in JQuery

  8. 8

    Get last date of month in SQL Server

  9. 9

    How to get last date for each month

  10. 10

    Get data between current date to last month date from SQLite database

  11. 11

    Get data between current date to last month date from SQLite database

  12. 12

    Calculate last date of the month from a period

  13. 13

    Get the Month from a date string

  14. 14

    Get month name from Date

  15. 15

    Get month from date string?

  16. 16

    Get last month and current month record of user in codeigniter active record

  17. 17

    How to get day of week name from selected date month and year in Android?

  18. 18

    How can I get the last day of the previous month from a date entered?

  19. 19

    Ui datepicker from date and to date should be selected in the same month

  20. 20

    How to get Start Date and End Date in Last month using Javascripts?

  21. 21

    Get data from last month in SQL Server

  22. 22

    How can I get the last 12 months from the current date PLUS extra days till 1st of the last month retrieved

  23. 23

    Get selected user from lookup

  24. 24

    Get First & Last Day of Month from Year & Month variables

  25. 25

    get last day of the month from year month in python

  26. 26

    Get first and last date of current month with JavaScript or jQuery

  27. 27

    Get the first and last working day date of some month in MySQL

  28. 28

    How to get last date of month SQL Server 2008

  29. 29

    Get the last date of each month in a list of dates in Python

HotTag

Archive