{"id":2253,"date":"2022-07-18T09:45:08","date_gmt":"2022-07-18T16:45:08","guid":{"rendered":"https:\/\/anaheimelementary.org\/ece\/?page_id=2253"},"modified":"2025-11-07T15:38:21","modified_gmt":"2025-11-07T23:38:21","slug":"preschool-enrollment-process","status":"publish","type":"page","link":"https:\/\/anaheimelementary.org\/ece\/preschool-enrollment-process\/","title":{"rendered":"Preschool Enrollment Process"},"content":{"rendered":"\n<p class=\"py-2\">Our Early Childhood Learning Programs are intentionally designed to provide access to developmentally appropriate learning opportunities and build a strong foundation for school readiness. Our programs consist of Preschool (PK), Transitional Kindergarten (TK), and Kindergarten (K).<\/p>\n\n\n\n<p class=\"py-2\">Your child\u2019s birthdate will determine his\/her grade placement and the next steps for you to enroll your child. In addition, your family may qualify for the California State Preschool Program (CSPP) based on eligibility criteria determined by the State.<\/p>\n\n\n<div x-data=\"{\t\n    pre_k_eligible: false,\n    tk_eligible: false,\n    k_eligible: false,\n    studentBirthday: $persist(0).as('ece-student-birthdate').using(sessionStorage), \n    studentBirthdayFormatted: '', \n    validBirthday: false,\n    clearBirthdate() {\n        this.studentBirthday = ''\n        this.studentBirthdayFormatted = ''\n        this.validBirthday = false; \/\/ reset\n        this.pre_k_eligible = false; \/\/ reset  \n        this.tk_eligible = false; \/\/ reset  \n        this.k_eligible = false; \/\/ reset  \n    },\n    checkBirthday(birthday){\n            this.studentBirthdayFormatted = dayjs(birthday).format('MMMM DD,YYYY');   \n            this.pre_k_eligible = false; \/\/ reset  \n            this.tk_eligible = false; \/\/ reset  \n            this.k_eligible = false; \/\/ reset  \n            if(dayjs(birthday).isValid()){\n                this.validBirthday = true;\n            \n                if(dayjs(birthday).isBetween('September 2, 2021', 'June 30, 2023', 'day', '[]')){\n                    this.pre_k_eligible = true\n                }\n                if(dayjs(birthday).isBetween('September 2, 2020', 'September 1, 2021', 'day', '[]')){\n                    this.tk_eligible = true\n                }\n                if(dayjs(birthday).isBetween('September 2, 2019', 'September 1, 2020', 'day', '[]')){\n                    this.k_eligible = true\n                }\n                \n            }\n    },   \n\tinit() {       \n        if (typeof dayjs === 'function') { \n            dayjs.extend(window.dayjs_plugin_isBetween)\n            dayjs.extend(window.dayjs_plugin_isSameOrAfter)\n            dayjs.extend(window.dayjs_plugin_isSameOrBefore)\n        }\n        this.checkBirthday(this.studentBirthday)\t\t\n    }\n\t}\"   \n    >\n        <div>\n        <p class=\"py-2\">Please enter your child's birthday below:<\/p>\n        <div class=\"block mt-2 mb-5 md:flex md:items-center gap-x-5\">\n            <div>\n                <p class=\"py-4 text-xl font-bold\">Child's Birthday<\/p>\n            <\/div>\n            <div class=\"relative\">\n               <div class=\"flex\">\n                    <input\n                        x-model=\"studentBirthday\"\n                        x-on:change.debounce=\"$nextTick(checkBirthday($event.target.value))\"\n                        class=\"px-4 py-2 mr-4 text-xl tracking-widest bg-gray-100 rounded\"\n                        type=\"date\" id=\"studentBirthday\" name=\"birthdate\" min=\"2015-01-01\" max=\"2023-01-01\">       \n                    <button x-cloak @click=\"clearBirthdate()\" x-show=\"studentBirthday\" class=\"p-2 bg-gray-100 rounded-md\"><span class=\"sr-only\">Clear Date<\/span> <svg class=\"text-gray-700 w-7 h-7\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"  viewBox=\"0 0 24 24\"><g fill=\"none\"><path d=\"M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z\"\/><path fill=\"currentColor\" d=\"M14.28 2a2 2 0 0 1 1.897 1.368L16.72 5H20a1 1 0 1 1 0 2l-.003.071l-.867 12.143A3 3 0 0 1 16.138 22H7.862a3 3 0 0 1-2.992-2.786L4.003 7.07A1.01 1.01 0 0 1 4 7a1 1 0 0 1 0-2h3.28l.543-1.632A2 2 0 0 1 9.721 2h4.558Zm3.717 5H6.003l.862 12.071a1 1 0 0 0 .997.929h8.276a1 1 0 0 0 .997-.929L17.997 7ZM10 10a1 1 0 0 1 .993.883L11 11v5a1 1 0 0 1-1.993.117L9 16v-5a1 1 0 0 1 1-1Zm4 0a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0v-5a1 1 0 0 1 1-1Zm.28-6H9.72l-.333 1h5.226l-.334-1Z\"\/><\/g><\/svg><\/button>   \n                <\/div>\n                <p x-cloak x-show=\"studentBirthday\" class=\"absolute pt-0 pl-2 text-sm text-gray-500\" x-text=\"studentBirthdayFormatted\"><\/p> \n            <\/div>                \n        <\/div>\n    <\/div>\n    \n\n      <div class=\"space-y-4\">\n        <div class=\"relative p-4 transition-all duration-300 border rounded\"\n         :class=\"{'bg-white ring-2 ring-green-500': pre_k_eligible, 'bg-gray-50 opacity-90': !pre_k_eligible}\">\n         <div class=\"absolute\" style=\"top: -15px; right: -15px;\">\n            <span x-cloak x-show=\"pre_k_eligible\" class=\"px-2 py-1 text-xs font-bold text-green-900 bg-green-200 border border-green-700 rounded-full\">Eligible<\/span>\n            <span x-cloak x-show=\"validBirthday && !pre_k_eligible\" class=\"px-2 py-1 text-xs font-bold text-gray-900 bg-gray-200 border border-gray-700 rounded-full\">Not Eligible<\/span>\n            <span x-cloak x-show=\"!validBirthday\" class=\"px-2 py-1 text-xs font-bold text-gray-700 bg-gray-100 border border-gray-200 rounded-full\">Enter Birthdate to Determine Eligibility<\/span>\n        <\/div>\n        <p class=\"mb-0 text-xs italic\">*If your child's birthday is between September 2, 2021 - June 30, 2023, your child <span class=\"underline\">may<\/span> be eligible to enroll in Preschool.<\/p>\n        <div>\n            <h2 class=\"text-3xl font-bold\">Enrolling in Preschool<\/h2>\n<ol class=\"my-2 ml-10 list-decimal list-outside\">\n<li>Please fill out the <a class=\"font-semibold text-blue-900 underline hover:text-gray-500\"  href=\"https:\/\/anaheimelementary.org\/ece\/preschool-interest-list-survey\/\">Preschool Interest list Survey<\/a>.<\/li>\n<li>A school representative will contact you to complete the enrollment process if your family meets the California State Eligibility for preschool.<\/li>\n<\/ol>\n\n        <\/div>\n                    <div class=\"p-px px-4 py-3 my-4 text-blue-900 bg-blue-100 border-l-4 border-blue-300 aesd-alert alert-warning\">\n                *Students born between December 2, 2022 - June 30, 2023 may start school on or after their 3<sup>rd<\/sup> birthday.\n            <\/div>\n            <\/div>\n    \n        <div class=\"relative p-4 transition-all duration-300 border rounded\"\n         :class=\"{'bg-white ring-2 ring-green-500': tk_eligible, 'bg-gray-50 opacity-90': !tk_eligible}\">\n         <div class=\"absolute\" style=\"top: -15px; right: -15px;\">\n            <span x-cloak x-show=\"tk_eligible\" class=\"px-2 py-1 text-xs font-bold text-green-900 bg-green-200 border border-green-700 rounded-full\">Eligible<\/span>\n            <span x-cloak x-show=\"validBirthday && !tk_eligible\" class=\"px-2 py-1 text-xs font-bold text-gray-900 bg-gray-200 border border-gray-700 rounded-full\">Not Eligible<\/span>\n            <span x-cloak x-show=\"!validBirthday\" class=\"px-2 py-1 text-xs font-bold text-gray-700 bg-gray-100 border border-gray-200 rounded-full\">Enter Birthdate to Determine Eligibility<\/span>\n        <\/div>\n        <div>\n            <p class=\"mb-0 text-xs italic\">If your Child's birthdate is between September 2, 2020 and September 1, 2021 they may be eligible for TK.<\/p>\n        <\/div>\n        <div>\n            <div>\n<h2 class=\"text-3xl font-bold\">Enrolling in Transitional Kindergarten (TK)<\/h2>\n<h3 class=\"text-2xl font-bold\">For Currently or Previously Enrolled in AESD preschool?<\/h3>\n<p class=\"py-2\">If your child is now or was previously enrolled in an AESD preschool program, a parent will need to contact their <a class=\"font-semibold text-blue-900 underline hover:text-gray-500\"  class=\"font-semibold text-blue-900 underline hover:text-gray-500\" href=\"https:\/\/locator.decisioninsite.com\/?StudyID=104626\" target=\"_blank\" rel=\"external noopener noreferrer\" data-wpel-link=\"external\">neighborhood school<\/a> to confirm your child is enrolled.<\/p>\n<h3 class=\"text-2xl font-bold\">For New Students to AESD?<\/h3>\n<p class=\"py-2\">If your child has never been enrolled in an AESD program parents will need to <a class=\"font-semibold text-blue-900 underline hover:text-gray-500\"  class=\"font-semibold text-blue-900 underline hover:text-gray-500\" href=\"https:\/\/anaheimesd.aeries.net\/enrollment\/\" target=\"_blank\" rel=\"external noopener noreferrer\" data-wpel-link=\"external\">enroll their child online<\/a>.<\/p>\n<\/div>\n\n        <\/div>\n                    <div class=\"p-px px-4 py-3 my-4 text-blue-900 bg-blue-100 border-l-4 border-blue-300 aesd-alert alert-warning\">\n                **AESD has extended the age eligibility for students to attend TK if they turn 4 by September 1, 2024.                  \n            <\/div>\n            <\/div>\n    \n        <div class=\"relative p-4 transition-all duration-300 border rounded\"\n         :class=\"{'bg-white ring-2 ring-green-500': k_eligible, 'bg-gray-50 opacity-90': !k_eligible}\">\n        <div class=\"absolute\" style=\"top: -15px; right: -15px;\">\n            <span x-cloak x-show=\"k_eligible\" class=\"px-2 py-1 text-xs font-bold text-green-900 bg-green-200 border border-green-700 rounded-full\">Eligible<\/span>\n            <span x-cloak x-show=\"validBirthday && !k_eligible\" class=\"px-2 py-1 text-xs font-bold text-gray-900 bg-gray-200 border border-gray-700 rounded-full\">Not Eligible<\/span>\n            <span x-cloak x-show=\"!validBirthday\" class=\"px-2 py-1 text-xs font-bold text-gray-700 bg-gray-100 border border-gray-200 rounded-full\">Enter Birthdate to Determine Eligibility<\/span>\n        <\/div>\n                    <div>\n                <p class=\"mb-0 text-xs italic\">If your birthdate is between September 2, 2019 and September 1, 2020 they may be eligible to enroll in Kindergarten<\/p>\n            <\/div>\n                <div>\n            <h2 class=\"text-3xl font-bold\">Enrolling in Kindergarten<\/h2>\n<h3 class=\"text-2xl font-bold\">For Currently or Previously Enrolled in AESD preschool?<\/h3>\n<p class=\"py-2\">If your child is now or was previously enrolled in an AESD preschool program, a parent will need to contact their <a class=\"font-semibold text-blue-900 underline hover:text-gray-500\"  class=\"font-semibold text-blue-900 underline hover:text-gray-500\" href=\"https:\/\/locator.pea.powerschool.com\/?StudyID=104626\" target=\"_blank\" rel=\"external noopener noreferrer\" data-wpel-link=\"external\">neighborhood school<\/a> to confirm your child is enrolled.<\/p>\n<h3 class=\"text-2xl font-bold\">For New Students to AESD?<\/h3>\n<p class=\"py-2\">If your child has never been enrolled in an AESD program parents will need to <a class=\"font-semibold text-blue-900 underline hover:text-gray-500\"  class=\"font-semibold text-blue-900 underline hover:text-gray-500\" href=\"https:\/\/anaheimesd.aeries.net\/enrollment\/\" target=\"_blank\" rel=\"noopener\" data-wpel-link=\"internal\">enroll their child online<\/a>.<\/p>\n\n        <\/div>\n    <\/div>\n<\/div>\n\n       \n<\/div>\n\n\n\n\n\n\n<p class=\"py-2\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p class=\"py-2\">Our Early Childhood Learning Programs are intentionally designed to provide access to developmentally appropriate learning opportunities and build a strong foundation for school readiness. Our programs consist of Preschool (PK), Transitional Kindergarten (TK), and Kindergarten (K). Your child\u2019s birthdate will determine his\/her grade placement and the next steps for you to enroll your child. In [&hellip;]<\/p>\n","protected":false},"author":3887,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_stopmodifiedupdate":false,"_modified_date":"","_relevanssi_hide_post":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"21785,28321,23701,22206,23474,28142","_relevanssi_noindex_reason":"","footnotes":""},"class_list":["post-2253","page","type-page","status-publish","hentry"],"acf":[],"publishpress_future_action":{"enabled":false,"date":"2026-05-03 08:07:19","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"_links":{"self":[{"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/pages\/2253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/users\/3887"}],"replies":[{"embeddable":true,"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/comments?post=2253"}],"version-history":[{"count":10,"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/pages\/2253\/revisions"}],"predecessor-version":[{"id":2514,"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/pages\/2253\/revisions\/2514"}],"wp:attachment":[{"href":"https:\/\/anaheimelementary.org\/ece\/wp-json\/wp\/v2\/media?parent=2253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}