how to use between operator when retrieve from
database(format-2008-jun-06)

Answers were Sorted based on User's Feedback



how to use between operator when retrieve from database(format-2008-jun-06)..

Answer / anuj maheshwari

using date(put some thing here according format) function..
actually its very difficult to remember these patten format.
just go through on that web-site www.php.net

Is This Answer Correct ?    1 Yes 0 No

how to use between operator when retrieve from database(format-2008-jun-06)..

Answer / mahesh

echo date("Y-M-j");

//Output
2008-Oct-29

Is This Answer Correct ?    1 Yes 0 No

how to use between operator when retrieve from database(format-2008-jun-06)..

Answer / prabhu

Not Possible,....... depends upon ur oracle format

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

Which programming language does php resemble to?

0 Answers  


What is the differences between $a != $B and $a !== $B?

0 Answers  


What are magic methods?

0 Answers  


what is session_set_save_handler in PHP?

0 Answers  


> symbol is used to redirect the output of a command. State Whether True or False?

0 Answers  


write a program to print [123] [456] [789] note : braces also need to be printed

1 Answers   Net Solution,


What is call by reference in php?

0 Answers  


List functions available to sort an php array?

0 Answers  


What is pdo in php why use?

0 Answers  


What does the unlink() function means?

0 Answers  


What is get and post method in php?

0 Answers  


what the new feature add in php 7.2?

0 Answers  


Categories