On Mon, Jun 5, 2017 at 6:10 PM, sum abiut <suab...@gmail.com> wrote:
> i am using python,and django as my web framework. I use  sqlalchemy to
> connect to  MSSQL data that is running Epicor database. Epicor is using
> julian date. How to you convert julian date to normal date

It's called Gregorian, not normal. You could use this package:

https://pypi.python.org/pypi/jdcal

Or google it to find other solutions.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACwCsY7F0TY%3Da0j6svV4V_Jq%2B%2BNLd1rEAAAVjFo7BwZ9cgs3sg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to