answersLogoWhite

0

started in September 23,1994 ended in octeber 12,1997

p.s. im a 10 yr old =D

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What date month and year did slavery start in Africa?

Slavery has been around for thousands of years, putting a month or even a year is not possible.


How do you write month year and date in french?

Month: Mois Year: Année Date: date


What month date and year was battery is invented?

it was made in 1800 no specific date or month just a specific year.


How do you write gregorian date?

day, month and year


How is the date for Ramadan determined each year?

The date for Ramadan is determined each year based on the sighting of the new moon, following the Islamic lunar calendar. This method is used to establish the start of the month of Ramadan, which is the ninth month of the Islamic calendar.


What is the date and month of the leap year?

February 29 is the date of leap year.


How do you change date range from Month Day Year in Outlook Express?

How to change date range from, Month, Day, Year, to Day, Month ,Year, when receiving mail in Outlook Express


How to write the date on paper effectively?

To write the date effectively on paper, start with the day of the month, followed by the month and the year. Use a consistent format, such as "January 1, 2022" or "1/1/22." Be sure to include the full year to avoid confusion.


What do you call it when the date month and year are the same?

When the date, month, and year are the same, it is referred to as a "palindromic date." This type of date reads the same forwards and backwards, such as 02/02/2020. Palindromic dates can occur in various date formats, depending on the ordering of day, month, and year.


What was the date for Tuesday?

Depends what date it was on Monday and which month and year you are in.


When the expiration date of a condom has a month and year when does it expire at the end of that month or beginning?

When a condom has a month or a year, it expires at the end of the month


Write a program to find out a date after adding 31days to a date in the month of february?

#include<stdio.h> #include<conio.h> int date,year; printf(''enter date and year"0; scanf(%date,%year); if(year%4==0) { date=(date+31)-29; pf(''march month of"); pf(%d,date); } else { date=(date+31)-28; pf(''march month of"); pf(%d,date); } } pf(%d,date);