Jump to content

how to insert B.S. date in mysql


rohanraj

Recommended Posts

Having problem in inserting date in n_date column having field date... it stores date but failed to store date having days more than 30 as bikram sambat has 32 days in some month .... n it is not similar as A.D. date ... i need to store B.S. date but failed to do that..... i have done each n everything to get it work.... but still don't get the solution.... as i have get many solutions from this site i wish to get solved it here .....nepali_calendar.phptoday.php

Link to comment
Share on other sites

Looking at your files, it looks like converting directly between the Gregorian Calender (in English) and the Nepali Calender, is a lot of hard work...

 

 

If you aren't going to use any dates before 1970, what about using the Unix Timestamp, like in PHP's time() function? Then you can just store the date in the database as an integer, and you'd convert the timestamp into dates in both calenders

Edited by Barrikor
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.