{"id":204,"date":"2026-01-16T23:07:06","date_gmt":"2026-01-16T23:07:06","guid":{"rendered":"https:\/\/yebbo.com\/2013\/?p=204"},"modified":"2026-01-16T23:09:44","modified_gmt":"2026-01-16T23:09:44","slug":"yebbotax-2026-tax-due-date-countdown","status":"publish","type":"post","link":"https:\/\/yebbo.com\/2013\/2026\/01\/16\/yebbotax-2026-tax-due-date-countdown\/","title":{"rendered":"YebboTax \u2022 2026 Tax Due Date Countdown"},"content":{"rendered":"\n<!doctype html>\n<html lang=\"am\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/>\n  <title>YebboTax | 2026 Tax Due Date Countdown<\/title>\n\n  <!-- Ethiopic-friendly font -->\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Ethiopic:wght@400;600;700;800;900&#038;family=Inter:wght@400;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --bg:#ffffff;\n      --soft:#f6f7fb;\n      --card:#ffffff;\n      --ink:#0b1220;\n      --muted:#475569;\n      --line:#e5e7eb;\n\n      --neon-green:#00ff88;\n      --neon-cyan:#00e5ff;\n      --neon-magenta:#ff2dfd;\n\n      --shadow: 0 18px 55px rgba(2, 6, 23, .10);\n      --radius:24px;\n    }\n\n    *{box-sizing:border-box}\n    body{\n      margin:0;\n      background: radial-gradient(1200px 700px at 15% 0%, rgba(0,229,255,.10), transparent 55%),\n                  radial-gradient(1000px 600px at 85% 5%, rgba(255,45,253,.08), transparent 60%),\n                  linear-gradient(180deg, var(--soft), #fff 55%);\n      color:var(--ink);\n      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      min-height:100vh;\n      padding:24px;\n      display:flex;\n      justify-content:center;\n      align-items:flex-start;\n    }\n\n    .wrap{width:min(1400px,100%)}\n\n    .shell{\n      border:2px solid var(--line);\n      border-radius: var(--radius);\n      background: var(--card);\n      box-shadow: var(--shadow);\n      overflow:hidden;\n    }\n\n    \/* Header *\/\n    .header{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:18px;\n      padding:18px 18px;\n      border-bottom:2px solid var(--line);\n      background: linear-gradient(180deg, #fff, #fbfbfe);\n    }\n    .brand{\n      display:flex;\n      align-items:center;\n      gap:14px;\n      min-width:260px;\n    }\n    .logo{\n      width:96px;\n      height:96px;\n      border-radius:18px;\n      border:2px solid var(--line);\n      background:#fff;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      overflow:hidden;\n      box-shadow:0 10px 28px rgba(2,6,23,.08);\n    }\n    .logo img{\n      width:100%;\n      height:100%;\n      object-fit:contain;\n      display:block;\n    }\n    .brandText h1{\n      margin:0;\n      font-size:22px;\n      letter-spacing:.2px;\n      font-weight:900;\n    }\n    .brandText .sub{\n      margin-top:4px;\n      color:var(--muted);\n      font-size:13px;\n      line-height:1.25;\n    }\n\n    .pills{\n      display:flex;\n      gap:10px;\n      flex-wrap:wrap;\n      justify-content:flex-end;\n    }\n    .pill{\n      border:2px solid var(--line);\n      border-radius:999px;\n      padding:10px 14px;\n      background:#fff;\n      color:var(--muted);\n      font-size:13px;\n      white-space:nowrap;\n    }\n    .pill b{color:var(--ink)}\n\n    \/* Main layout *\/\n    .content{\n      padding:18px;\n      display:grid;\n      grid-template-columns: 1.25fr .75fr;\n      gap:16px;\n      background: linear-gradient(180deg, #fff, #fbfbfe);\n    }\n    @media (max-width: 980px){\n      .content{grid-template-columns:1fr}\n      .brand{min-width:auto}\n    }\n\n    .panel{\n      border:2px solid var(--line);\n      border-radius: var(--radius);\n      background:#fff;\n      overflow:hidden;\n    }\n    .panelHead{\n      padding:14px 16px;\n      border-bottom:2px solid var(--line);\n      background: #fbfbfe;\n      display:flex;\n      align-items:flex-start;\n      justify-content:space-between;\n      gap:10px;\n      flex-wrap:wrap;\n    }\n    .panelHead .title{\n      font-size:16px;\n      font-weight:900;\n      margin:0;\n    }\n    .panelHead .desc{\n      margin:4px 0 0;\n      color:var(--muted);\n      font-size:12.5px;\n      line-height:1.35;\n    }\n\n    \/* Countdown cards *\/\n    .cards{\n      padding:16px;\n      display:grid;\n      gap:14px;\n    }\n\n    .metric{\n      border:2px solid var(--line);\n      border-radius: 22px;\n      padding:18px 18px 16px;\n      background: linear-gradient(180deg, #ffffff, #f8fafc);\n    }\n    .metric .k{\n      color:var(--muted);\n      font-size:15px;\n      font-weight:800;\n      letter-spacing:.2px;\n    }\n    .metric .v{\n      font-weight:950;\n      line-height:0.95;\n      letter-spacing:-6px;\n      margin-top:8px;\n      font-size: 175pt; \/* 150\u2013200pt range *\/\n      word-break:keep-all;\n    }\n    @media (max-width: 980px){\n      .metric .v{font-size:120pt; letter-spacing:-4px;}\n    }\n\n    .green{ color: var(--neon-green); text-shadow: 0 0 18px rgba(0,255,136,.55); }\n    .cyan{ color: var(--neon-cyan); text-shadow: 0 0 18px rgba(0,229,255,.55); }\n    .magenta{ color: var(--neon-magenta); text-shadow: 0 0 18px rgba(255,45,253,.55); }\n\n    .metric .hint{\n      margin-top:10px;\n      color:var(--muted);\n      font-size:13px;\n    }\n\n    \/* Controls *\/\n    .controls{\n      padding:16px;\n      display:grid;\n      gap:14px;\n    }\n    .field{\n      display:grid;\n      gap:8px;\n    }\n    label{\n      font-size:13px;\n      color:var(--muted);\n      font-weight:700;\n    }\n    input[type=\"date\"]{\n      padding:12px 12px;\n      border-radius:16px;\n      border:2px solid var(--line);\n      outline:none;\n      font-size:15px;\n      color:var(--ink);\n      background:#fff;\n    }\n    .btn{\n      padding:12px 14px;\n      border-radius:16px;\n      border:2px solid var(--line);\n      background:#fff;\n      font-weight:900;\n      cursor:pointer;\n      box-shadow:0 10px 25px rgba(2,6,23,.06);\n    }\n\n    .note{\n      color:var(--muted);\n      font-size:12.5px;\n      line-height:1.4;\n      padding:0 2px;\n    }\n\n    \/* Middle embed area *\/\n    .middle{\n      margin:16px 18px 18px;\n      border:2px dashed #cbd5e1;\n      border-radius: var(--radius);\n      background: #ffffff;\n      padding:18px;\n    }\n    .middle h2{\n      margin:0 0 10px;\n      font-size:16px;\n      font-weight:900;\n      letter-spacing:.2px;\n    }\n    .amh{\n      font-family: \"Noto Sans Ethiopic\", Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      font-size:16px;\n      line-height:1.9;\n      color:#0b1220;\n      background:#fbfbfe;\n      border:2px solid var(--line);\n      border-radius:18px;\n      padding:14px 14px;\n      white-space:pre-wrap;\n    }\n\n    .footer{\n      padding:14px 18px;\n      border-top:2px solid var(--line);\n      background:#fbfbfe;\n      color:var(--muted);\n      font-size:12.5px;\n      display:flex;\n      justify-content:space-between;\n      gap:10px;\n      flex-wrap:wrap;\n    }\n    .footer b{color:var(--ink)}\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"wrap\">\n    <div class=\"shell\">\n      <!-- HEADER -->\n      <div class=\"header\">\n        <div class=\"brand\">\n          <div class=\"logo\" aria-label=\"YebboTax Logo\">\n            <!-- Local container path (works in your environment). Replace with your WordPress URL when publishing. -->\n            <img decoding=\"async\" src=\"https:\/\/yebbo.com\/2013\/wp-content\/uploads\/2025\/12\/ChatGPT-Image-Dec-14-2025-07_31_40-PM-1-380x254.png\" alt=\"YebboTax\" \/>\n          <\/div>\n          <div class=\"brandText\">\n            <h1>YebboTax \u2022 2026 Tax Due Date Countdown<\/h1>\n            <div class=\"sub\">Call <b>619-255-5530<\/b> \u2022 Light background \u2022 Neon counters \u2022 No holiday exclusions<\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pills\">\n          <div class=\"pill\" id=\"todayPill\">Today: <b>\u2014<\/b><\/div>\n          <div class=\"pill\">Due Date: <b>Apr 15, 2026<\/b><\/div>\n          <div class=\"pill\">Counts from <b>tomorrow<\/b><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- MAIN -->\n      <div class=\"content\">\n        <!-- LEFT: COUNTS -->\n        <div class=\"panel\">\n          <div class=\"panelHead\">\n            <div>\n              <p class=\"title\">Business \/ Work Days Left (No Holidays)<\/p>\n              <p class=\"desc\">\n                Big neon numbers. Three modes: <b>5 days\/week<\/b>, <b>6 days\/week<\/b>, <b>7 days\/week<\/b>.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"cards\">\n            <div class=\"metric\">\n              <div class=\"k\">5-Day Workweek (Mon\u2013Fri)<\/div>\n              <div class=\"v green\" id=\"w5\">\u2014<\/div>\n              <div class=\"hint\">Excludes Saturday + Sunday<\/div>\n            <\/div>\n\n            <div class=\"metric\">\n              <div class=\"k\">6-Day Workweek (Mon\u2013Sat)<\/div>\n              <div class=\"v cyan\" id=\"w6\">\u2014<\/div>\n              <div class=\"hint\">Excludes Sunday only<\/div>\n            <\/div>\n\n            <div class=\"metric\">\n              <div class=\"k\">7-Day Schedule (Mon\u2013Sun)<\/div>\n              <div class=\"v magenta\" id=\"w7\">\u2014<\/div>\n              <div class=\"hint\">Counts every day<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- RIGHT: CONTROLS -->\n        <div class=\"panel\">\n          <div class=\"panelHead\">\n            <div>\n              <p class=\"title\">Settings<\/p>\n              <p class=\"desc\">Change start date if needed. Default start is today; counting begins tomorrow.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"controls\">\n            <div class=\"field\">\n              <label for=\"startDate\">Start Date<\/label>\n              <input id=\"startDate\" type=\"date\" \/>\n            <\/div>\n\n            <div class=\"field\">\n              <label for=\"dueDate\">Due Date<\/label>\n              <input id=\"dueDate\" type=\"date\" \/>\n            <\/div>\n\n            <button class=\"btn\" id=\"recalc\">Recalculate<\/button>\n\n            <div class=\"note\">\n              <b>Note:<\/b> This version does <b>not<\/b> exclude holidays (as requested).<br\/>\n              If you want \u201ccount starting today\u201d instead of tomorrow, tell me and I\u2019ll flip one line.\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- MIDDLE EMBED (as you requested) -->\n      <div class=\"middle\">\n        <h2>Embedded Block (Yebbo Communication Network + Ads)<\/h2>\n\n        <div class=\"amh\">\n\u12e8\u1266 \u12ae\u121a\u1292\u12ac\u123d\u1295 \u1294\u1275 \u12c8\u122d\u12ad \u1363\u120825 \u12a0\u1218\u1273\u1275 \u1260\u120b\u12ed \u12e8\u1235\u122b \u120d\u121d\u12f5 \u12eb\u12ab\u1260\u1270\u12cd \u12e8\u12a5\u1293\u1295\u1270\u12cd \u1260\u12a5\u1293\u1295\u1270\u12cd\u1362 \u12a8\u121d\u1230\u1323\u1278\u12cd  \u12a0\u1308\u120d\u130d\u120e\u1276\u127d \u12cd\u1235\u1325\n\u12e8\u12cd\u12ad\u120d\u1293 \u12a0\u1308\u120d\u130d\u120e\u1275 \u1218\u1235\u1320\u1275\n\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a0\u1308\u120d\u130d\u120e\u1275 \u1218\u1235\u1320\u1275 \n\u12e8\u1262\u132b \u12ab\u122d\u12f5 \u12e8\u121b\u12cd\u1323\u1275 \u12a0\u1308\u120d\u130d\u120e\u1275 \n\u12e8\u1273\u12ad\u1235 \u12a0\u1308\u120d\u130d\u120e\u1275 \u1218\u1235\u1320\u1275 (\u12e8\u1275\u121d \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u130d\u12db\u1275 \u12ed\u1291\u1229)\n\u12e8\u1309\u12de \u12c8\u12aa\u120d\n\u12e8\u1275\u122d\u1309\u121d \u1235\u122b \u12a0\u1308\u120d\u130d\u120e\u1275\n\u1208\u1260\u1208\u1320 \u1218\u1228\u1303 \u1260\u1235\u120d\u12ad \u1241\u1325\u122d\n619-255-5530 \u12ed\u12f0\u12cd\u1209\u1362\n        <\/div>\n\n        <!-- ======= USER-PROVIDED EMBED CODE (PASTED AS-IS) ======= -->\n\n        <script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-7297722780244848\"\n             crossorigin=\"anonymous\"><\/script>\n        <!-- LRGER_MAY_2014 -->\n        <ins class=\"adsbygoogle\"\n             style=\"display:inline-block;width:336px;height:280px\"\n             data-ad-client=\"ca-pub-7297722780244848\"\n             data-ad-slot=\"2057876812\"><\/ins>\n        <script>\n             (adsbygoogle = window.adsbygoogle || []).push({});\n        <\/script>\n\n        <script>\n          \/\/ Function that connects user to www.ethiotrans.com when they click\n          function connectToEthiotrans() {\n            window.open(\"https:\/\/www.ethiotrans.com\", \"_blank\"); \/\/ opens in new tab\n          }\n\n          \/\/ Add event listener to detect any click\n          document.addEventListener(\"click\", connectToEthiotrans);\n        <\/script>\n\n        <!-- Yebbo Communication Network Ad Script -->\n        <div id=\"yebbo-ad\" style=\"font-family:Arial,Helvetica,sans-serif;background:#f9f9f9;\n        border:3px solid #006400;border-radius:14px;padding:25px;max-width:550px;margin:30px auto;\n        box-shadow:0 6px 15px rgba(0,0,0,0.15);text-align:center;\">\n\n          <h2 style=\"color:#006400;margin-bottom:10px;\">Yebbo Communication Network<\/h2>\n          <p style=\"font-size:17px;color:#333;margin-bottom:15px;\">\n            <strong>Over 25 Years of Trusted Service!<\/strong><br>\n            Professional, reliable, and community-centered support for all your essential needs.\n          <\/p>\n\n          <ul style=\"list-style:none;padding:0;text-align:left;display:inline-block;color:#444;font-size:15px;line-height:1.8;\">\n\n            <li>? Ethiopian Passport Services<\/li>\n            <li>? Yellow Card Issuance<\/li>\n            <li>? Tax Services <\/li>\n            <li>\u2708\ufe0f Travel Agency<\/li>\n            <li>? Translation &#038; Localization<\/li>\n            <li>?\ufe0f Notary Public<\/li>\n            <li>? Passport Photo Services<\/li>\n            <li>? Fingerprinting Services<\/li>\n            <li>? Document Apostille &#038; Authentication<\/li>\n          <\/ul>\n\n          <p style=\"margin-top:20px;color:#222;font-size:16px;\">\n            ? <strong>Call: <a href=\"tel:6192555530\" style=\"color:#006400;text-decoration:none;\">619-255-5530<\/a><\/strong><br>\n            ? <strong><a href=\"http:\/\/www.yebbo.com\" target=\"_blank\" style=\"color:#006400;\">www.yebbo.com<\/a><\/strong>\n          <\/p>\n\n          <p style=\"font-size:13px;color:#555;margin-top:15px;\">\n            \u00a9 Yebbo Communication Network \u2014 Serving Global Communities Since 1999\n          <\/p>\n        <\/div>\n\n        <script>\n          \/\/ Simple fade-in animation for engagement\n          document.addEventListener(\"DOMContentLoaded\", function() {\n            const ad = document.getElementById(\"yebbo-ad\");\n            ad.style.opacity = 0;\n            ad.style.transition = \"opacity 1.8s ease-in\";\n            setTimeout(() => { ad.style.opacity = 1; }, 400);\n          });\n        <\/script>\n\n        <!-- ======= END EMBED CODE ======= -->\n      <\/div>\n\n      <div class=\"footer\">\n        <div>\u00a9 <b>YebboTax<\/b> \u2022 Call <b>619-255-5530<\/b><\/div>\n        <div>Neon counters \u2022 Light background \u2022 Large font (150\u2013200pt)<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ --------- Countdown logic (NO HOLIDAY EXCLUSIONS) ----------\n    const pad2 = n => String(n).padStart(2, \"0\");\n\n    function toLocalISODate(d){\n      return `${d.getFullYear()}-${pad2(d.getMonth()+1)}-${pad2(d.getDate())}`;\n    }\n    function parseISO(iso){\n      const [y,m,day]=iso.split(\"-\").map(Number);\n      return new Date(y,m-1,day,0,0,0,0);\n    }\n\n    \/\/ Counts from tomorrow through end date (inclusive if it is counted day)\n    \/\/ mode 5: Mon\u2013Fri, mode 6: Mon\u2013Sat, mode 7: all days\n    function countWorkdays(startISO, endISO, mode){\n      const start = parseISO(startISO);\n      const end = parseISO(endISO);\n      if(start > end) return 0;\n\n      const cur = new Date(start);\n      cur.setDate(cur.getDate() + 1); \/\/ start counting tomorrow\n\n      let count = 0;\n      while(cur <= end){\n        const dow = cur.getDay(); \/\/ 0 Sun .. 6 Sat\n        let ok = false;\n\n        if(mode === 7) ok = true;\n        else if(mode === 6) ok = (dow !== 0); \/\/ exclude Sunday only\n        else ok = (dow !== 0 &#038;&#038; dow !== 6);   \/\/ exclude Sat + Sun\n\n        if(ok) count++;\n        cur.setDate(cur.getDate() + 1);\n      }\n      return count;\n    }\n\n    const elTodayPill = document.getElementById(\"todayPill\");\n    const elStart = document.getElementById(\"startDate\");\n    const elDue = document.getElementById(\"dueDate\");\n    const elW5 = document.getElementById(\"w5\");\n    const elW6 = document.getElementById(\"w6\");\n    const elW7 = document.getElementById(\"w7\");\n\n    function updatePill(){\n      const now = new Date();\n      elTodayPill.innerHTML = `Today: <b>${now.toLocaleDateString(undefined, {weekday:\"long\", month:\"short\", day:\"numeric\", year:\"numeric\"})}<\/b>`;\n    }\n\n    function recalc(){\n      const startISO = elStart.value;\n      const dueISO = elDue.value;\n\n      elW5.textContent = countWorkdays(startISO, dueISO, 5).toLocaleString();\n      elW6.textContent = countWorkdays(startISO, dueISO, 6).toLocaleString();\n      elW7.textContent = countWorkdays(startISO, dueISO, 7).toLocaleString();\n\n      updatePill();\n    }\n\n    (function init(){\n      const todayISO = toLocalISODate(new Date());\n      elStart.value = todayISO;\n      elDue.value = \"2026-04-15\";\n\n      document.getElementById(\"recalc\").addEventListener(\"click\", recalc);\n      elStart.addEventListener(\"change\", recalc);\n      elDue.addEventListener(\"change\", recalc);\n\n      updatePill();\n      recalc();\n      setInterval(updatePill, 1000 * 20);\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>YebboTax | 2026 Tax Due Date Countdown YebboTax \u2022 2026 Tax Due Date Countdown Call 619-255-5530 \u2022 Light background \u2022 Neon counters \u2022 No holiday exclusions Today: \u2014 Due Date: Apr 15, 2026 Counts from tomorrow Business \/ Work Days Left (No Holidays) Big neon numbers. Three modes: 5 days\/week, 6 days\/week, 7 days\/week. 5-Day<span class=\"post-excerpt-end\">&hellip;<\/span><\/p>\n<p class=\"more-link\"><a href=\"https:\/\/yebbo.com\/2013\/2026\/01\/16\/yebbotax-2026-tax-due-date-countdown\/\" class=\"themebutton\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_seo_schema_type":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[16],"tags":[],"class_list":["post-204","post","type-post","status-publish","format-standard","hentry","category-tax"],"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/comments?post=204"}],"version-history":[{"count":3,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/204\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/posts\/204\/revisions\/207"}],"wp:attachment":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/media?parent=204"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/categories?post=204"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/tags?post=204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}