{"id":8997,"date":"2024-01-11T11:07:47","date_gmt":"2024-01-11T02:07:47","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=8997"},"modified":"2024-01-12T08:21:37","modified_gmt":"2024-01-11T23:21:37","slug":"%eb%82%a0%ec%a7%9c-%ec%bb%a8%eb%b2%84%ed%84%b0-%ed%95%a8%ec%88%98-11jan","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=8997","title":{"rendered":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Overview :  11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:asp decode:true \" >&lt;%\nFunction ConvertToKoreanDate(dateStr)\n    ' Korean month names mapping\n    Dim months\n    months = Split(\"JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC\", \",\")\n\n    ' Extract day and month from the input\n    Dim day, monthStr, month, year\n    day = Left(dateStr, 2)\n    monthStr = UCase(Mid(dateStr, 3))\n\n    ' Find the month number\n    Dim i\n    month = 0\n    For i = 0 To UBound(months)\n        If monthStr = months(i) Then\n            month = i + 1\n            Exit For\n        End If\n    Next\n\n    ' Current year\n\t'year=\"2024\"\n    year = Left(Date(),4)\n\n    ' Return the Korean formatted date\n    ConvertToKoreanDate = DateSerial(year, month, day)\nEnd Function\n\nFunction IsDateBeforeToday(dateStr)\n    Dim inputDate\n    inputDate = ConvertToKoreanDate(dateStr)\n\n    ' Compare with current date\n    If inputDate &gt;= Date() Then\n        IsDateBeforeToday = True\n    Else\n        IsDateBeforeToday = False\n    End If\nEnd Function\n\n' Example usage\nDim result\nresult = IsDateBeforeToday(\"09DEC\") ' Adjust the date as needed\nResponse.Write(result)\n%&gt;<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Overview : 11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-8997","post","type-post","status-publish","format-standard","hentry","category-asp"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8997"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8997\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}