Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6360699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:40:56+00:00 2026-05-24T23:40:56+00:00

I need to break a date value down to it’s elements ( 8/23/2011 )

  • 0

I need to break a date value down to it’s elements ( 8/23/2011 ) which should be a piece of cake with

 variable.split("/") 

but it tells me that

'unicode' object has no attribute 'Split'

I tried encoding it as a different format:

date.encode("utf-8")

then it tells me that

'str' object has no attribute 'Split'

As A newbie to Python it seems like I’ve used split with strings before, but am not getting it to the right format or something. Or perhaps there is another way that is even easier.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:40:56+00:00Added an answer on May 24, 2026 at 11:40 pm

    Python is case-sensitive; you want split, not Split.

    >>> x = u"8/23/2011"
    >>> x.Split('/')
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    AttributeError: 'unicode' object has no attribute 'Split'
    >>> x.split('/')
    [u'8', u'23', u'2011']
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm passing a date value in the following format. 2011-09-10 I need to break
Suppose you are calling a function, where there's clearly a need to break down
I have a program in which i need to break out of a large
I need to add some sort of line break after each segment (date, name,
I need to break apart a string that always looks like this: something --
Suppose I need to break out of three or four nested for loops at
What I need to do is to break atom to tokens. E. g.: tokenize_string('Hello,
I need to pull out the content out of two paragraph tags and break
I need to convert a date to a string. The date is entered as
I need to SUM the contents of a column which is already worked out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.